mirror of https://github.com/telemt/telemt.git
Add notify dependency for macOS file events
This commit is contained in:
parent
25b18ab064
commit
82bb93e8da
|
|
@ -52,6 +52,7 @@ anyhow = "1.0"
|
|||
|
||||
# HTTP
|
||||
reqwest = { version = "0.12", features = ["rustls-tls"], default-features = false }
|
||||
notify = { version = "6", features = ["macos_fsevent"] }
|
||||
hyper = { version = "1", features = ["server", "http1"] }
|
||||
hyper-util = { version = "0.1", features = ["tokio", "server-auto"] }
|
||||
http-body-util = "0.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue