value exprs
This commit is contained in:
parent
824a5cdb43
commit
d298cb129a
25 changed files with 451 additions and 210 deletions
11
squirrel_core/Cargo.toml
Normal file
11
squirrel_core/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue