Skip to content

Commit

Permalink
Initial Seeds implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Mar 16, 2022
1 parent a1fc345 commit 363812c
Show file tree
Hide file tree
Showing 9 changed files with 827 additions and 97 deletions.
31 changes: 31 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ indicatif = { version = "0.16.0", optional = true }
dialoguer = { version = "0.10.0", optional = true }
color-eyre = { version = "0.6.0", optional = true }
number_prefix = { version = "0.4.0", optional = true }
directories = { version = "4.0.1", optional = true }
url = { version = "2.2.2", features = ["serde"] }
uri = "0.4.0"
rmp-serde = "0.15.5"
Expand All @@ -69,7 +70,7 @@ env_logger = "0.9.0"
eyre = "0.6.5"

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

0 comments on commit 363812c

Please sign in to comment.