diff --git a/Cargo.toml b/Cargo.toml index 87235d8..b317dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ homepage = "https://magiclen.org/path-absolutize" keywords = ["path", "dot", "dedot", "absolute", "canonical"] categories = ["parser-implementations", "filesystem"] description = "A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots." -readme = "README.md" license = "MIT" include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/bench.rs"]