added support for map port, list server and run server command
This commit is contained in:
@@ -8,6 +8,10 @@ license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
tokio = { version = "1.45.1", features = ["rt", "rt-multi-thread", "macros", "time"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
async-std = "1.13.1"
|
||||
|
||||
[[bin]]
|
||||
name = "spin_process"
|
||||
|
||||
Reference in New Issue
Block a user