diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 | +2 −4 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index fc8833e..14294b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,16 +8,14 @@ resolver = "3" [workspace.package] publish = false edition = "2024" -rust-version = "1.97" version = "0.1.0" license = "AGPL-3.0-or-later" authors = ["Nikolay Govorov <me@govorov.online>"] -homepage = "https://git.dimidiumlabs.io/gilti" -repository = "https://git.dimidiumlabs.io/gilti" +homepage = "https://github.com/dimidiumlabs/gilti" +repository = "https://github.com/dimidiumlabs/gilti" [workspace.dependencies] axum = { version = "0.8.4", default-features = false, features = ["http1", "tokio"] } -git2 = { version = "0.21.0", default-features = false, features = ["unstable-sha256", "vendored-libgit2"] } libc = "0.2.172" percent-encoding = "2.3.2" tokio = { version = "1.44.2", features = ["fs", "io-util", "macros", "net", "process", "rt-multi-thread", "signal"] } |
