Skip to content

Commit 363812c

Browse files
committed
Initial Seeds implementation
1 parent a1fc345 commit 363812c

File tree

9 files changed

+827
-97
lines changed

9 files changed

+827
-97
lines changed

Cargo.lock

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ indicatif = { version = "0.16.0", optional = true }
5757
dialoguer = { version = "0.10.0", optional = true }
5858
color-eyre = { version = "0.6.0", optional = true }
5959
number_prefix = { version = "0.4.0", optional = true }
60+
directories = { version = "4.0.1", optional = true }
6061
url = { version = "2.2.2", features = ["serde"] }
6162
uri = "0.4.0"
6263
rmp-serde = "0.15.5"
@@ -69,7 +70,7 @@ env_logger = "0.9.0"
6970
eyre = "0.6.5"
7071

7172
[features]
72-
bin = ["clap", "env_logger", "console", "indicatif", "dialoguer", "color-eyre", "number_prefix"]
73+
bin = ["clap", "env_logger", "console", "indicatif", "dialoguer", "color-eyre", "number_prefix", "directories"]
7374
# TODO remove this one day
7475
# - Removing it now requires all cargo calls to have --features=bin which is annoying
7576
# - There is a cargo issue that would allow proper bin dependencies and thus would resolve it

0 commit comments

Comments
 (0)