mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
rename crate "cli_helpers" to "aquatic_cli_helpers"
This commit is contained in:
parent
bc4ada104d
commit
2f13e1e1a8
12 changed files with 25 additions and 25 deletions
12
aquatic_cli_helpers/Cargo.toml
Normal file
12
aquatic_cli_helpers/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "aquatic_cli_helpers"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
gumdrop = "0.7"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
toml = "0.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue