xref: /aosp_15_r20/external/harfbuzz_ng/src/wasm/sample/rust/hello-wasm/Cargo.toml (revision 2d1272b857b1f7575e6e246373e1cb218663db8a)
1[package]
2name = "hello-wasm"
3version = "0.1.0"
4edition = "2021"
5
6[lib]
7crate-type = ["cdylib"]
8
9[dependencies]
10#externref = "0.1.0"
11wasm-bindgen = "0.2.0"
12tiny-rng = "0.2.0"
13harfbuzz-wasm = { path="../../../rust/harfbuzz-wasm"}
14