From d04b4dfa993681060d363b5ef994c1a635f3c1f9 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 28 Dec 2023 17:12:54 -0800 Subject: Checkpoint --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0108c5a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" -- cgit v1.2.3