summaryrefslogtreecommitdiffstats
path: root/repo_url/Cargo.toml
blob: 1acc06bbc5ba14e8783c547ecfea1fb16b36a338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"