mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-24 20:57:05 +08:00
Use wrapping macro
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -323,6 +323,7 @@ dependencies = [
|
||||
"int-enum",
|
||||
"lazy_static",
|
||||
"msg_tool_macro",
|
||||
"overf",
|
||||
"png",
|
||||
"rand",
|
||||
"serde",
|
||||
@@ -345,6 +346,17 @@ version = "1.21.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||
|
||||
[[package]]
|
||||
name = "overf"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "63f45a6333db8b6985d6648e4f6c7f2aa814c660c0855c6f58ff67fea8b9f24b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "png"
|
||||
version = "0.17.16"
|
||||
|
||||
Reference in New Issue
Block a user