update manifest
This commit is contained in:
+2
-1
@@ -16,9 +16,10 @@ serde_json = "*"
|
|||||||
serde_yaml = "*"
|
serde_yaml = "*"
|
||||||
serde_derive = "*"
|
serde_derive = "*"
|
||||||
serde = "*"
|
serde = "*"
|
||||||
pacdef_macro = {path = "pacdef_macro/", version = "*"}
|
|
||||||
termios = "*"
|
termios = "*"
|
||||||
|
|
||||||
|
pacdef_macro = {path = "pacdef_macro", version = "*"}
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "off"
|
lto = "off"
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
|||||||
Generated
+2
-2
@@ -13,9 +13,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.49"
|
version = "1.0.50"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
|
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-ident",
|
"unicode-ident",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
name = "pacdef_macro"
|
name = "pacdef_macro"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user