From 306f96164784a8cbf405e72fa4364d6523366e95 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 5 May 2025 15:09:54 +0200 Subject: old dir --- old/bv1/codec-web/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 old/bv1/codec-web/Cargo.toml (limited to 'old/bv1/codec-web/Cargo.toml') diff --git a/old/bv1/codec-web/Cargo.toml b/old/bv1/codec-web/Cargo.toml new file mode 100644 index 0000000..7c1892c --- /dev/null +++ b/old/bv1/codec-web/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "codec-web" +version = "0.1.0" +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +bv1 = { path = "../codec" } +wasm-bindgen = "0.2.92" +js-sys = "0.3.69" +console_error_panic_hook = "0.1.7" -- cgit v1.2.3-70-g09d2