aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9+3 −6
1 files changed, 3 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc8833e..6fb0143 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,24 +8,21 @@ 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"] }
+tokio = { version = "1.44.2", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal"] }
tower = { version = "0.5.2", features = ["util"] }
maud = "0.27.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
-sha2 = "0.10.9"
[profile.release]
codegen-units = 1