[package] name = "rust-most" version = "0.1.0" authors = ["greg "] 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"]