value exprs
This commit is contained in:
parent
824a5cdb43
commit
d298cb129a
25 changed files with 451 additions and 210 deletions
8
squirrel_server/Cargo.toml
Normal file
8
squirrel_server/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "squirrel_server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
squirrel_core = { path = "../squirrel_core" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue