summaryrefslogtreecommitdiffstats
path: root/repo_url/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'repo_url/Cargo.toml')
-rw-r--r--repo_url/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/repo_url/Cargo.toml b/repo_url/Cargo.toml
new file mode 100644
index 0000000..1acc06b
--- /dev/null
+++ b/repo_url/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+edition = "2018"
+name = "repo_url"
+version = "0.3.1"
+authors = ["Kornel <kornel@geekhood.net>"]
+description = "Basic properties and formatting of URLs of GitHub and GitLab repositories"
+license = "CC0-1.0"
+
+[lib]
+name = "repo_url"
+path = "src/repo.rs"
+
+[dependencies]
+url = "2.1"