summaryrefslogtreecommitdiffstats
path: root/crates/profile-service/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-27 18:16:41 +0200
committerrtkay123 <dev@kanjala.com>2025-07-27 18:16:41 +0200
commit3c4d17cf2840c643b8cd111ef775750cc5ae83b3 (patch)
tree2b7d25b24d94141a6d9255426d4f973cced5d278 /crates/profile-service/Cargo.toml
parente26d87f4fa18999c6bcfbcf32cfa85adab11acdd (diff)
downloadsellershut-3c4d17cf2840c643b8cd111ef775750cc5ae83b3.tar.bz2
sellershut-3c4d17cf2840c643b8cd111ef775750cc5ae83b3.zip
refactor: profile -> users
Diffstat (limited to 'crates/profile-service/Cargo.toml')
-rw-r--r--crates/profile-service/Cargo.toml32
1 files changed, 0 insertions, 32 deletions
diff --git a/crates/profile-service/Cargo.toml b/crates/profile-service/Cargo.toml
deleted file mode 100644
index e56db3a..0000000
--- a/crates/profile-service/Cargo.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[package]
-name = "sellershut-profiles"
-version = "0.1.0"
-edition = "2024"
-license.workspace = true
-homepage.workspace = true
-documentation.workspace = true
-description.workspace = true
-
-[dependencies]
-anyhow.workspace = true
-base64.workspace = true
-clap = { workspace = true, features = ["derive"] }
-config = { workspace = true, features = ["convert-case", "toml"] }
-futures-util.workspace = true
-nanoid.workspace = true
-prost.workspace = true
-sellershut-core = { workspace = true, features = ["profile", "serde"] }
-serde = { workspace = true, features = ["derive"] }
-serde_json.workspace = true
-sqlx = { workspace = true, features = ["macros", "migrate", "runtime-tokio", "time", "tls-rustls", "uuid"] }
-time = { workspace = true, features = ["parsing", "serde"] }
-tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] }
-tonic.workspace = true
-tonic-reflection = "0.13.0"
-tracing.workspace = true
-url.workspace = true
-uuid = { workspace = true, features = ["serde", "v7"] }
-
-[dependencies.stack-up]
-workspace = true
-features = ["api", "cache", "postgres", "tracing"]