diff --git a/Cargo.toml b/Cargo.toml index 68cebbc..92abd5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,10 @@ [package] name = "simpath" -version = "0.1.0" +version = "1.0.0" authors = ["Andrew Mackenzie "] description = "Search for files on a path defined in an environment variable" license = "MIT" documentation = "https://github.com/andrewdavidmackenzie/simpath/README.md" homepage = "https://github.com/andrewdavidmackenzie/simpath/README.md" repository = "https://github.com/andrewdavidmackenzie/simpath/" -readme = "https://github.com/andrewdavidmackenzie/simpath/README.md" - -[dependencies] -url = "~1.6.0" \ No newline at end of file +readme = "https://github.com/andrewdavidmackenzie/simpath/README.md" \ No newline at end of file