Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
325fa15437
2 changed files with 10 additions and 3 deletions
|
|
@ -3,7 +3,14 @@ name = "account"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
||||
[profile.prod]
|
||||
inherits = "release"
|
||||
overflow-checks = false
|
||||
strip = true
|
||||
debug = false
|
||||
debug-assertions = false
|
||||
lto = true
|
||||
incremental = false
|
||||
|
||||
[dependencies]
|
||||
rocket = "0.5.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue