diff options
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 34655c9..4e8bb1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["gbmor"] description = "async Gemini protocol server" license = "AGPL-3.0-or-later" edition = "2021" +repository = "https://git.sr.ht/~gbmor/laika" [dependencies] argh = "^0.1.10" |