Create libs for common code
This commit is contained in:
13
command-with-spinner/Cargo.toml
Normal file
13
command-with-spinner/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "command-with-spinner"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license-file.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
colored = "3.0.0"
|
||||
git = { version = "0.1.0", path = "../git" }
|
||||
indicatif = "0.17.11"
|
Reference in New Issue
Block a user