on the way to a usable version
This commit is contained in:
+5
-4
@@ -5,12 +5,13 @@ name = "fcry"
|
||||
version = "0.9.0"
|
||||
|
||||
[dependencies]
|
||||
chacha20poly1305 = {version = "0.9.0", features = ["stream"]}
|
||||
clap = "3"
|
||||
chacha20poly1305 = {version = "0.10", features = ["stream"]}
|
||||
clap = {version = "4", features = ["derive"]}
|
||||
rand = {version = "0.8"}
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
debug = false
|
||||
lto = true
|
||||
debug = false
|
||||
strip = true
|
||||
panic = "unwind"
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user