14 lines
372 B
TOML
14 lines
372 B
TOML
|
[package]
|
||
|
name = "common-api"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
bytemuck = "1.15.0"
|
||
|
thiserror = "1.0.58"
|
||
|
#bytemuck = "1.15.0"
|
||
|
#wasmtime = "19.0.2"
|
||
|
wit-bindgen = "0.24.0"
|
||
|
#wit-bindgen = { version = "0.24.0", default-features = false, features = ["realloc"] }
|