| 123456789101112131415161718 |
- [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"
- async-std = "1.0"
- async-tungstenite = { version = "0.3", features = ["async-std-runtime"] }
- futures = "0.3"
- env_logger = "0.7"
- log = "0.4"
|