summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-26 18:13:54 +0200
committerrtkay123 <dev@kanjala.com>2025-07-26 18:13:54 +0200
commitb09d0accc01b5bfa049bc22a81b671086aed2ff6 (patch)
tree1aeb8c470642d7c0c26c0a3620c4a84ffc22a16c /Cargo.toml
parent9b9d94205d3e55a5e8a765674ef464e80f3e40fb (diff)
downloadsellershut-b09d0accc01b5bfa049bc22a81b671086aed2ff6.tar.bz2
sellershut-b09d0accc01b5bfa049bc22a81b671086aed2ff6.zip
refactor: optional services
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"