2021-01-01 14:07:16 +00:00
|
|
|
[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]
|
2021-01-02 12:15:19 +00:00
|
|
|
bitfinex = { path= "/home/giulio/dev/bitfinex-rs" }
|
2021-01-02 14:10:16 +00:00
|
|
|
tokio = { version = "0.2", features=["full"]}
|
2021-01-01 14:07:16 +00:00
|
|
|
tokio-tungstenite = "*"
|
2021-01-04 12:07:03 +00:00
|
|
|
futures-util = { version = "0.3", default-features = false, features = ["async-await", "sink", "std"] }
|
2021-01-05 14:51:03 +00:00
|
|
|
async-trait = "0.1"
|
|
|
|
regex = "1"
|