mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Putting cli functionality into its own crate will allow using it from aquatic_bench and possibly other programs.
11 lines
No EOL
235 B
TOML
11 lines
No EOL
235 B
TOML
[package]
|
|
name = "cli_helpers"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
gumdrop = "0.7"
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.5" |