value exprs

This commit is contained in:
Nicholas Orlowsky 2023-12-24 00:21:04 -05:00
parent 824a5cdb43
commit d298cb129a
25 changed files with 451 additions and 210 deletions

11
squirrel_core/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "squirrel_core"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.72"
[lib]
name = "squirrel_core"
path = "src/main.rs"