feat: add repl bin

This commit is contained in:
2024-11-10 16:14:37 +01:00
parent b086a89557
commit e79e44c0df
5 changed files with 111 additions and 39 deletions

View File

@@ -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"