15 lines
270 B
TOML
Raw Normal View History

2021-10-01 00:21:50 +08:00
[package]
name = "rust-msc"
version = "0.1.0"
edition = "2018"
2022-05-05 16:06:57 +08:00
[lib]
name = "pika_binder"
crate-type = ["staticlib"]
path = "src/bind_lib.rs"
2021-10-01 00:21:50 +08:00
[dependencies]
2022-05-05 16:06:57 +08:00
libc = "0.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html