mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Add auto-reload example (#2166)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "auto-reload"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../../axum" }
|
||||
listenfd = "1.0.1"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
Reference in New Issue
Block a user