/ otp-chat-client / Cargo.toml
Cargo.toml
 1  [package]
 2  name = "otp-chat-client"
 3  version = "0.2.0"
 4  edition = "2021"
 5  
 6  [dependencies]
 7  tokio = { version = "1.0", features = ["full"] }
 8  anyhow = "1.0"
 9  serde = { version = "1.0", features = ["derive"] }
10  serde_json = "1.0"
11  num-bigint = "0.4"
12  num-traits = "0.2"