about summary refs log tree commit diff stats
path: root/crates/rocie-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-client/Cargo.toml')
-rw-r--r--crates/rocie-client/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/crates/rocie-client/Cargo.toml b/crates/rocie-client/Cargo.toml
new file mode 100644
index 0000000..96e0e24
--- /dev/null
+++ b/crates/rocie-client/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "rocie-client"
+version = "0.1.0"
+authors = ["benedikt.peetz@b-peetz.de"]
+description = "An enterprise grocery management system"
+license = "GPL-3.0-or-later"
+edition = "2024"
+
+[dependencies]
+serde = { version = "^1.0", features = ["derive"] }
+serde_with = { version = "^3.8", default-features = false, features = ["base64", "std", "macros"] }
+serde_json = "^1.0"
+serde_repr = "^0.1"
+url = "^2.5"
+uuid = { version = "^1.8", features = ["serde", "v4"] }
+reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart"] }