Many more operations (#5)

This commit is contained in:
Patrick Stevens
2023-04-12 18:27:25 +01:00
committed by GitHub
parent c8a380562a
commit 98552c7af2
5 changed files with 1666 additions and 435 deletions

View File

@@ -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'