jj/lib
Martin von Zweigbergk 9502d84872 operations: make hostname and username configurable
We currently get the hostname and username from the `whoami` crate. We
do that in lib crate, without giving the caller a way to override
them. That seems wrong since it might be used in a server and
performing operations on behalf of some other user. This commit makes
the hostname and username configurable, so the calling crate can pass
them in. If they have not been passed in, we still default to the
values from the `whoami` crate.
2022-11-14 10:02:04 -08:00
..
src operations: make hostname and username configurable 2022-11-14 10:02:04 -08:00
tests operations: make hostname and username configurable 2022-11-14 10:02:04 -08:00
testutils tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
build.rs
Cargo.toml simple_op_store: replace Protobuf by Thrift 2022-11-13 11:39:33 -08:00