mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-29 06:27:44 +00:00
Upload to crates.io & add todo
This commit is contained in:
parent
306aefe981
commit
d8680f6085
5 changed files with 82 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -4,14 +4,16 @@ version = 3
|
|||
|
||||
[[package]]
|
||||
name = "embd"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"embd-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"embd-macros 0.1.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "embd-macros"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d8aff0b18a634834d77cf70effb2ee3f5ab2b4f36f1caa7fabe213ac7767b0f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -20,9 +22,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "embd-macros"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d8aff0b18a634834d77cf70effb2ee3f5ab2b4f36f1caa7fabe213ac7767b0f"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue