mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
17 lines
370 B
TOML
17 lines
370 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.125"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
|
|
|
[[package]]
|
|
name = "rust-msc"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|