Started on separating domain and adapters

This commit is contained in:
2025-05-14 07:41:28 +02:00
parent 4e26d3cdcb
commit c994321576
15 changed files with 541 additions and 702 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "gamenight-api-client-rs"
version = "1.0.0"
version = "0.1.0"
authors = ["dennis@brentj.es"]
description = "Api specifaction for a Gamenight server"
license = "MIT"
@@ -11,4 +11,4 @@ serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
serde_repr = "^0.1"
url = "^2.5"
reqwest = { version = "^0.12", features = ["json", "multipart"] }
reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart"] }