core/rustybot/Cargo.toml
Giulio De Pasquale 6b97847882 initial stub
2021-01-01 14:07:16 +00:00

13 lines
462 B
TOML

[package]
name = "rustybot"
version = "0.1.0"
authors = ["Giulio De Pasquale <depasquale@giugl.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitfinex = { path= "/home/giulio/gitstuff/bitfinex-rs" }
tokio = { version = "0.3", features=["full"]}
tokio-tungstenite = "*"
futures-util = { version = "0.3", default-features = false, features = ["async-await", "sink", "std"] }