1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 08:54:15 +00:00
UltimateTrainingModpack/Cargo.lock

67 lines
1.4 KiB
Text
Raw Normal View History

2020-04-08 04:21:52 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "lazy_static"
version = "1.4.0"
2020-04-08 04:21:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-04-08 04:21:52 +00:00
[[package]]
name = "no_std_test"
version = "0.1.0"
dependencies = [
2020-04-08 04:31:46 +00:00
"skyline",
2020-04-08 04:21:52 +00:00
]
[[package]]
name = "proc-macro2"
version = "1.0.10"
2020-04-08 04:21:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
2020-04-08 04:21:52 +00:00
dependencies = [
"unicode-xid",
2020-04-08 04:21:52 +00:00
]
[[package]]
name = "quote"
version = "1.0.3"
2020-04-08 04:21:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
2020-04-08 04:21:52 +00:00
dependencies = [
"proc-macro2",
2020-04-08 04:21:52 +00:00
]
2020-04-08 04:31:46 +00:00
[[package]]
name = "skyline"
version = "0.0.1"
2020-04-08 04:21:52 +00:00
dependencies = [
"skyline_macro",
2020-04-08 04:21:52 +00:00
]
[[package]]
name = "skyline_macro"
version = "0.1.0"
2020-04-08 04:21:52 +00:00
dependencies = [
"lazy_static",
"proc-macro2",
"quote",
"syn",
2020-04-08 04:21:52 +00:00
]
[[package]]
name = "syn"
version = "1.0.17"
2020-04-08 04:21:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2020-04-08 04:21:52 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
2020-04-08 04:21:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"