updated flake. nix package now includes completions
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# Cargo.toml
|
||||
build = "build.rs"
|
||||
|
||||
[package]
|
||||
name = "docki"
|
||||
version = "1.1.0"
|
||||
@@ -24,8 +21,4 @@ reqwest = { version = "0.11.14", features = ["blocking"] }
|
||||
text_io = "0.1.12"
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
zip-extract = "0.1.1"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.1.8", features = ["derive"] }
|
||||
clap_complete = "4.1.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user