diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-26 18:13:54 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-26 18:13:54 +0200 |
commit | b09d0accc01b5bfa049bc22a81b671086aed2ff6 (patch) | |
tree | 1aeb8c470642d7c0c26c0a3620c4a84ffc22a16c /Cargo.toml | |
parent | 9b9d94205d3e55a5e8a765674ef464e80f3e40fb (diff) | |
download | sellershut-b09d0accc01b5bfa049bc22a81b671086aed2ff6.tar.bz2 sellershut-b09d0accc01b5bfa049bc22a81b671086aed2ff6.zip |
refactor: optional services
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |