rust-most/Cargo.toml

18 lines
449 B
TOML

[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
[dependencies]
libc = "0.2.66"
[build-dependencies]
cc = "1.0.47"
#[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"]