Skip to content

Commit

Permalink
rust: configuration module rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Jul 14, 2024
1 parent 8afeafe commit f2145ed
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 181 deletions.
1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ anyhow = "1.0"
lazy_static = "1.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
serde_yml = "0.0"
clap = { version = "4.5", default-features = false, features = ["std", "cargo", "help", "usage", "suggestions"] }
chrono = "0.4.33"
log = "0.4"
Expand Down
1 change: 1 addition & 0 deletions rust/bear/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ anyhow.workspace = true
lazy_static.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_yml.workspace = true
clap.workspace = true
chrono.workspace = true
log.workspace = true
Expand Down
Loading

0 comments on commit f2145ed

Please sign in to comment.