| 123456789101112131415 |
- [package]
- name = "exchanges"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- # json
- serde_json = "1.0.104"
- tungstenite = { git = "https://github.com/PrivateRookie/tungstenite-rs.git", rev = "1d9289276518e5ab7e5194126d40b441d8938375" }
- url = "2.4.0"
- base64 = "0.13"
- tokio = { version = "1.31.0", features = ["full"] }
- chrono = "0.4.26"
|