update manifest

This commit is contained in:
Dr. Matthias Ratajczak
2023-02-02 15:52:17 +01:00
parent 2740f352a2
commit ac47786faa
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -16,9 +16,10 @@ serde_json = "*"
serde_yaml = "*"
serde_derive = "*"
serde = "*"
pacdef_macro = {path = "pacdef_macro/", version = "*"}
termios = "*"
pacdef_macro = {path = "pacdef_macro", version = "*"}
[profile.release]
lto = "off"
opt-level = "z"