summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 699ac91..95fa20b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ config = { version = "0.15.13", default-features = false }
futures-util = { version = "0.3.31", default-features = false }
nanoid = "0.4.0"
reqwest = { version = "0.12.22", default-features = false }
-sellershut-core = { path = "lib/sellershut-core/" }
+sellershut-core = { path = "lib/sellershut-core" }
serde = "1.0.219"
serde_json = "1.0.140"
sqlx = "0.8.6"