repline: Promote to its own crate!

cl-repl: Major refactor based on the design of typeck.rs
This commit is contained in:
2024-04-19 07:30:17 -05:00
commit 7b3f782aae
8 changed files with 669 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "repline"
repository.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
crossterm = "0.27.0"