add expr and store support
This commit is contained in:
parent
ae6251c3a1
commit
14859de6a6
16 changed files with 1557 additions and 13 deletions
|
|
@ -7,7 +7,7 @@ license = "GPL-3.0"
|
|||
repository = "https://codeberg.org/luminary/nixide"
|
||||
authors = [
|
||||
"_cry64 <them@dobutterfliescry.net>",
|
||||
"foxxyora <foxxyora@noreply.codeberg.org>"
|
||||
"foxxyora <foxxyora@noreply.codeberg.org>",
|
||||
]
|
||||
edition = "2024"
|
||||
|
||||
|
|
@ -25,3 +25,6 @@ gc = []
|
|||
|
||||
[dependencies]
|
||||
nixide-sys = { path = "../nixide-sys", version = "0.1.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
serial_test = "3.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue