Dev env setup

This commit is contained in:
2024-11-04 23:10:32 +00:00
parent d1ab59a0aa
commit f9623edd38
12 changed files with 165 additions and 66 deletions

View File

@ -3,7 +3,8 @@ name = "lnvps"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "api"
[dependencies]
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }