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

[dependencies]
deno_core = "0.142.0"
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"