1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-29 06:27:44 +00:00
This commit is contained in:
RGBCube 2024-01-02 17:18:18 +03:00
parent c031e19e7f
commit 58a1fa2182
No known key found for this signature in database
3 changed files with 10 additions and 6 deletions

1
Cargo.lock generated
View file

@ -13,6 +13,7 @@ dependencies = [
name = "embed_macros"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]