rename worker to actor
This commit is contained in:
@@ -4,8 +4,8 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "supervisor_worker_demo"
|
||||
path = "supervisor_worker_demo.rs"
|
||||
name = "supervisor_actor_demo"
|
||||
path = "supervisor_actor_demo.rs"
|
||||
|
||||
[dependencies]
|
||||
hero_supervisor = { path = "../supervisor" }
|
||||
|
Reference in New Issue
Block a user