Skip to content
Cargo.toml 449 B
Newer Older
theMackabu's avatar
theMackabu committed
[package]
theMackabu's avatar
theMackabu committed
name = "core_js"
theMackabu's avatar
theMackabu committed
version = "0.3.0"
theMackabu's avatar
theMackabu committed
edition = "2021"

[dependencies]
theMackabu's avatar
theMackabu committed
deno_core = "0.152.0"
theMackabu's avatar
theMackabu committed
tokio = { version = "1.19.2", features = ["full"] }
theMackabu's avatar
theMackabu committed
duration-string = "0.1.1" 
theMackabu's avatar
theMackabu committed
colored = "2"
theMackabu's avatar
theMackabu committed
psutil = "3.2.2"
theMackabu's avatar
theMackabu committed
libc = "0.2.137"
theMackabu's avatar
theMackabu committed
sysinfo = "0.26.7"
theMackabu's avatar
theMackabu committed
v_htmlescape = "0.15.8"
theMackabu's avatar
theMackabu committed
dirs = "4.0.0"
hostname = "^0.3"
theMackabu's avatar
theMackabu committed
reqwest = "0.11.12"
nanoid = "0.4.0"
theMackabu's avatar
theMackabu committed
staticfile = "0.5.0"
mount = "0.4.0"
iron = "0.6.1"
theMackabu's avatar
theMackabu committed
shell = { git = "https://github.com/google/rust-shell" }