Update Cargo.toml
This commit is contained in:
parent
5a77198344
commit
d3ff4d3916
2 changed files with 390 additions and 160 deletions
|
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive", "env"] }
|
||||
reqwest = { version = "0.12.28", features = ["blocking", "json"] }
|
||||
clap = { version = "4.5.54", features = ["derive", "env"] }
|
||||
reqwest = { version = "0.13.1", features = ["blocking", "json"] }
|
||||
anyhow = "1.0"
|
||||
fluent-templates = "0.13.2"
|
||||
unic-langid = "0.9.6"
|
||||
|
|
@ -33,7 +33,7 @@ lto = true
|
|||
codegen-units = 1
|
||||
strip = true
|
||||
panic = "abort"
|
||||
debug = false
|
||||
debug = false
|
||||
|
||||
[profile.release-min]
|
||||
inherits = "release"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue