diff options
Diffstat (limited to 'mingling_cli/Cargo.toml')
| -rw-r--r-- | mingling_cli/Cargo.toml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml index 5f9778a..19b4c1b 100644 --- a/mingling_cli/Cargo.toml +++ b/mingling_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling-cli" -version = "0.4.0" +version = "0.5.0" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/mingling-rs/mingling/tree/main/mingling_cli" @@ -30,15 +30,6 @@ features = [ "comp", ] -[build-dependencies.mingling] -path = "../mingling" -features = [ - "build", - "pathf", - "dispatch_tree", - "comp" -] - [dependencies] # Project analyze @@ -68,6 +59,11 @@ just_template = "0.2.1" # Template sources sha2 = "0.10" +# Self-update +reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip"] } +tar = "0.4" +flate2 = "1" + [build-dependencies] # Configure & Serialization serde = { version = "1.0.229", features = ["derive"] } |
