| 12345678910111213141516171819 |
- [package]
- name = "twfss"
- version = "0.1.0"
- authors = ["Mathias Gottschlag <mgottschlag@gmail.com>"]
- edition = "2018"
-
- [dependencies]
- #fswatcher = { path = "./fswatcher" }
- structopt = "0.3"
- serde = { version = "1.0", features = ["derive"] }
- serde_json = "1.0"
- dirs = "2.0"
- byteorder = "1.3"
- tokio = { version = "0.2", features = ["fs", "io-util", "macros", "net", "stream", "tcp"] }
- futures = "0.3.1"
- futures-tokio-compat = { git = "https://github.com/mgottschlag/futures-tokio-compat.git" }
- async-tungstenite = { version = "0.3", features = ["tokio-runtime"] }
- env_logger = "0.7"
- log = "0.4"
|