end to end job management support
This commit is contained in:
@@ -10,6 +10,7 @@ tokio = { version = "1.0", features = ["full"] }
|
||||
k256 = { version = "0.13", features = ["ecdsa", "sha256"] }
|
||||
rand = "0.8"
|
||||
hex = "0.4"
|
||||
env_logger = "0.10"
|
||||
|
||||
[[bin]]
|
||||
name = "ping"
|
||||
@@ -19,6 +20,10 @@ path = "src/ping.rs"
|
||||
name = "auth"
|
||||
path = "src/auth.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "circle_auth"
|
||||
path = "src/circle_auth.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "play"
|
||||
path = "src/play.rs"
|
||||
|
Reference in New Issue
Block a user