[package] name = "mod_path" version = "0.1.6" authors = ["Simon Sapin "] license = "MIT" repository = "https://github.com/SimonSapin/rust-std-candidates" description = "A work-around for Rust bug #18810." build = "build.rs" [lib] name = "mod_path" path = "lib.rs" doctest = false plugin = true