summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2023-12-28 17:12:54 -0800
committerJesse Morgan <jesse@jesterpm.net>2023-12-28 17:12:54 -0800
commitd04b4dfa993681060d363b5ef994c1a635f3c1f9 (patch)
tree6d7ae65ed7c14e32df50858c0bc28bf4996cd730 /Cargo.toml
Checkpoint
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 12 insertions, 0 deletions
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"