eos0/Cargo.lock

62 lines
1.4 KiB
Text
Raw Permalink Normal View History

2024-02-23 03:31:25 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-12-06 00:04:26 +00:00
[[package]]
name = "contracts"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d1429e3bd78171c65aa010eabcdf8f863ba3254728dbfb0ad4b1545beac15c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2024-12-16 16:02:41 +00:00
[[package]]
name = "ir"
version = "0.1.0"
2024-02-23 03:31:25 +00:00
[[package]]
2024-12-05 22:58:05 +00:00
name = "kernel"
2024-02-23 03:31:25 +00:00
version = "0.1.0"
2024-12-06 00:04:26 +00:00
dependencies = [
"contracts",
2024-12-16 16:02:41 +00:00
"ir",
2024-12-06 00:04:26 +00:00
]
[[package]]
name = "proc-macro2"
version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"