diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-07 17:05:21 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-07 17:05:21 +0200 |
commit | 28d86e76021bed674ca78684b9522cfb664a8ae2 (patch) | |
tree | 2e264c8e12c3ee85fcd290338dc39175bbda4b8f /Cargo.lock | |
parent | db61f41030678c5756c844c8aa41a210c658769e (diff) | |
download | garage-28d86e76021bed674ca78684b9522cfb664a8ae2.tar.gz garage-28d86e76021bed674ca78684b9522cfb664a8ae2.zip |
Report build features in garage --help
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1101,6 +1101,7 @@ dependencies = [ "garage_util", "git-version", "hex", + "lazy_static", "netapp", "opentelemetry", "rand 0.8.5", |