From 3c4d17cf2840c643b8cd111ef775750cc5ae83b3 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 27 Jul 2025 18:16:41 +0200 Subject: refactor: profile -> users --- crates/profile-service/Cargo.toml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 crates/profile-service/Cargo.toml (limited to 'crates/profile-service/Cargo.toml') 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"] -- cgit v1.2.3