1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-26 06:21:10 +00:00
ibis/api_client/Cargo.toml
2024-01-02 15:56:49 +01:00

10 lines
No EOL
162 B
TOML

[package]
name = "api_client"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = "0.11.22"
serde_json = "1.0.108"
once_cell = "1.18.0"
anyhow = "1.0.75"