This commit is contained in:
2025-11-09 22:46:16 -07:00
commit e1c73eb919
5 changed files with 384 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "sc_rs"
version = "0.1.0"
edition = "2024"
[dependencies]
# evalexpr = "13.0.0"
evalexpr = { path='../evalexpr' }