feat: add network ngrok-demo

This commit is contained in:
2023-04-01 20:34:13 +08:00
parent 1defe5958f
commit 00bedd5ce1
4 changed files with 1246 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "ngrok-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.70"
axum = "0.6.12"
ngrok = { version = "0.11.2", features = ["axum"] }
tokio = { version = "1.27.0", features = ["full"] }