1[package] 2 3name = "mod_path" 4version = "0.1.6" 5authors = ["Simon Sapin <simon.sapin@exyr.org>"] 6license = "MIT" 7repository = "https://github.com/SimonSapin/rust-std-candidates" 8description = "A work-around for Rust bug #18810." 9 10build = "build.rs" 11 12 13[lib] 14name = "mod_path" 15path = "lib.rs" 16doctest = false 17plugin = true 18