feat: add repl bin
This commit is contained in:
@@ -6,6 +6,14 @@ version = "0.1.0"
|
||||
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "demo"
|
||||
path = "src/demo.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "repl"
|
||||
path = "src/repl.rs"
|
||||
|
||||
[dependencies]
|
||||
as-any = "0.3.1"
|
||||
futures = "0.3.30"
|
||||
|
||||
Reference in New Issue
Block a user