[package] name = "link_args" description = """\ Allows setting linker arugments at compile time without a build script. \ Currently only supports Windows MSVC toolchains.\ """ version = "0.6.0" authors = ["Chris Denton "] edition = "2018" license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/ChrisDenton/link_args" keywords = ["windows", "msvc", "link"] categories = ["development-tools::build-utils", "no-std"] exclude = [ "examples/*" ]