This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 852fd3bb42
commit 9920fc6287
6 changed files with 252 additions and 193 deletions

View File

@@ -3,16 +3,10 @@ name = "packager"
version = "0.1.0"
edition = "2021"
default-run = "packager"
[[bin]]
name = "packager"
path = "src/main.rs"
[[bin]]
name = "packager-adm"
path = "src/bin/adm.rs"
[profile.dev]
opt-level = 0
lto = "off"