aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml17
1 files changed, 10 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff8130d3..b3b5055a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,18 +9,21 @@ members = [
resolver = "2"
[workspace.package]
-version = "18.16.1"
-authors = ["Ellie Huxtable <ellie@atuin.sh>"]
+version = "20.0.0"
+authors = [
+ "Ellie Huxtable <ellie@atuin.sh>",
+ "Soispha <soispha@vhack.eu>"
+]
rust-version = "1.95.0"
license = "MIT"
-homepage = "https://atuin.sh"
-repository = "https://github.com/atuinsh/atuin"
+repository = "https://git.foss-syndicate.org/bpeetz/forks/atuin"
readme = "README.md"
+edition = "2024"
[workspace.dependencies]
-turtle-api = { path = "crates/turtle" }
-turtle-common = { path = "crates/common" }
-turtle-daemon = { path = "crates/daemon" }
+turtle-api = { path = "crates/turtle", version = "20.0.0" }
+turtle-common = { path = "crates/common", version = "20.0.0" }
+turtle-daemon = { path = "crates/daemon", version = "20.0.0" }
axum = "0.8"
base64 = "0.22"