Basic repl

This commit is contained in:
Chance 2024-12-01 16:02:06 -05:00 committed by BitSyndicate
commit ecbfce64ed
Signed by untrusted user: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
20 changed files with 565 additions and 0 deletions

7
editor/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "editor"
version = "0.1.0"
edition = "2021"
[dependencies]
floem = "0.2.0"