Cargo.toml 435 B

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