17 lines
451 B
TOML
17 lines
451 B
TOML
[package]
|
|
name = "client-api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11.20", default-features = false }
|
|
anyhow = "1.0.75"
|
|
serde_json = "1.0.105"
|
|
gotrue-entity = { path = "../gotrue-entity" }
|
|
shared_entity = { path = "../shared-entity" }
|
|
storage-entity = { path = "../storage-entity" }
|
|
opener = "0.6.1"
|
|
url = "2.4.1"
|