summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0108c5abd5e4f58d5e72e9fcedad6b965dcbc3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"