21 lines
475 B
TOML
21 lines
475 B
TOML
[package]
|
|
# Do not change the name of this crate.
|
|
name = "hub"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
# `lib` is required for non-library targets,
|
|
# such as tests and benchmarks.
|
|
# `cdylib` is for Linux, Android, Windows, and web.
|
|
# `staticlib` is for iOS and macOS.
|
|
crate-type = ["lib", "cdylib", "staticlib"]
|
|
|
|
[dependencies]
|
|
rinf = "6.4.0"
|
|
allo-isolate = "0.1.24"
|
|
wasm-bindgen = "0.2.90"
|
|
prost = "0.12.3"
|
|
tokio_with_wasm = "0.4.0"
|
|
image = "0.24.8"
|
|
boa_engine = "0.17.3"
|