summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f0db80d9044be2ca18b5fb3e1c930e751d48ba34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "reljs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
boa_ast = "0.17"
boa_interner = "0.17"
boa_parser = "0.17"
ion-rs = "0.18"
futures = "0.3"
tokio = { version = "1", features = ["full"] }