mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-05-10 03:00:06 -04:00
20 lines
448 B
TOML
20 lines
448 B
TOML
[package]
|
|
name = "vstc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
valuescript_compiler = { path = "../valuescript_compiler" }
|
|
valuescript_vm = { path = "../valuescript_vm" }
|
|
storage = { path = "../storage" }
|
|
url = "2.2.1"
|
|
serde = "1.0"
|
|
serde_qs = "0.8.0"
|
|
serde_json = "1.0.108"
|
|
termion = "2.0.1"
|
|
actix-web = "4"
|
|
actix = "0.13.3"
|
|
tokio = "1"
|