mirror of
https://github.com/RomySaputraSihananda/ares.git
synced 2026-08-20 14:18:17 +00:00
14 lines
374 B
TOML
14 lines
374 B
TOML
[package]
|
|||
|
|
name = "mt5-client"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
domain = { path = "../domain" }
|
||
|
|
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
|
||
|
|
serde = { version = "1", features = ["derive"] }
|
||
|
|
serde_json = "1"
|
||
|
|
thiserror = "2"
|
||
|
|
tokio = { version = "1", features = ["full"] }
|
||
|
|
tracing = "0.1"
|