update manifest

This commit is contained in:
steven-omaha
2023-02-02 15:52:17 +01:00
parent be0f09f6ed
commit 512c39bd2b
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"
+2 -2
View File
@@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.49"
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
dependencies = [
"unicode-ident",
]
+3
View File
@@ -2,6 +2,9 @@
name = "pacdef_macro"
version = "0.1.0"
edition = "2021"
description = "procedural macros for pacdef"
repository = "https://github.com/steven-omaha/pacdef"
license = "GPLv3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html