Skip to content

Commit

Permalink
Initial Seeds implementation (CLI)
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Mar 13, 2022
1 parent 5f7749c commit ab46043
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 70 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 @@ -56,6 +56,7 @@ console = { version = "0.15.0", optional = true }
indicatif = { version = "0.16.0", optional = true }
dialoguer = { version = "0.9.0", optional = true }
color-eyre = { version = "0.6.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 @@ -68,7 +69,7 @@ env_logger = "0.9.0"
eyre = "0.6.5"

[features]
bin = ["clap", "env_logger", "console", "indicatif", "dialoguer", "color-eyre" ]
bin = ["clap", "env_logger", "console", "indicatif", "dialoguer", "color-eyre", "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 ab46043

Please sign in to comment.