2019-06-17 00:44:38 -04:00
|
|
|
[package]
|
|
|
|
name = "autoreload"
|
2019-06-19 00:38:23 -04:00
|
|
|
version = "1.0.0"
|
2019-06-17 00:44:38 -04:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-29 01:21:10 +09:00
|
|
|
actix-web = "2.0"
|
|
|
|
actix-rt = "1.0"
|
2019-06-17 00:44:38 -04:00
|
|
|
listenfd = "0.3"
|