feat: init
This commit is contained in:
25
nix-js/Cargo.toml
Normal file
25
nix-js/Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "nix-js"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
mimalloc = "0.1"
|
||||
|
||||
# REPL
|
||||
anyhow = "1.0"
|
||||
rustyline = "14.0"
|
||||
|
||||
regex = "1.11"
|
||||
bumpalo = { version = "3.19", features = ["boxed"] }
|
||||
hashbrown = "0.16"
|
||||
derive_more = { version = "2", features = ["full"] }
|
||||
thiserror = "2"
|
||||
string-interner = "0.19"
|
||||
|
||||
v8 = "142.2"
|
||||
deno_core = "0.376"
|
||||
|
||||
rnix = "0.12"
|
||||
|
||||
nix-js-macros = { path = "../nix-js-macros" }
|
||||
Reference in New Issue
Block a user