rust-most/Cargo.toml

18 lines
449 B
TOML
Raw Normal View History

2019-12-04 01:57:47 -08:00
[package]
name = "rust-most"
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2019-12-06 02:26:34 -08:00
[dependencies]
libc = "0.2.66"
2019-12-04 01:57:47 -08:00
2019-12-04 10:17:05 -08:00
[build-dependencies]
cc = "1.0.47"
2019-12-06 01:56:17 -08:00
#[build]
#rustflags = ["-C", "link-args=-L/usr/include/slang.h,--verbose"]
#rustflags = ["-C", "link-arg=-L/usr/include/slang.h,-Wl,--verbose", "-Z", "print-link-args"]