Started on separating domain and adapters
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user