diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-03-22 20:56:01 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-03-22 20:56:01 -0300 |
commit | 56a744b412a1ecb3f3875998d959d518287bcc95 (patch) | |
tree | 6ce296917b3136669a68cb1591bbf0c31f5da154 /Cargo.toml | |
parent | 5bb562ad496f9ec42ec59abfe31d3576266c6a6d (diff) |
Add git repo to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3e7b2f5..7a1091f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["SoniEx2 <endermoneymod@gmail.com>"] edition = "2018" description = "Allows impl trait inside inherent impl." readme = "README.md" +repository = "https://soniex2.autistic.space/git-repos/impl_trait.git" license = "AGPL-3.0-or-later" autotests = false |