X-Git-Url: https://git.chrismorgan.info/symlink/blobdiff_plain/d96e3f836ec22848d1f3be1dfc00305bb8498033..dcc8849be3e8599c398361a487d22829307bef14:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 9e53cea..cb7456a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,10 @@ [package] name = "symlink" -version = "0.1.0" -authors = ["Chris Morgan "] description = "Create symlinks in a cross-platform manner" -documentation = "https://docs.rs/symlink" -repository = "https://gitlab.com/chris-morgan/symlink" +authors = ["Chris Morgan "] +license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" +version = "0.1.0" readme = "README.md" keywords = ["file", "fs"] categories = ["filesystem"] -license = "MIT/Apache-2.0" +repository = "https://git.chrismorgan.info/symlink"