Many more operations (#5)
This commit is contained in:
@@ -7,4 +7,10 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.2.1", features = [ "derive" ] }
|
||||
const_panic = "0.2.7"
|
||||
nom = "7.1.3"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = true
|
||||
panic = 'abort'
|
||||
|
Reference in New Issue
Block a user