mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
23 lines
474 B
TOML
23 lines
474 B
TOML
[package]
|
|
name = "hello"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[package.metadata.component]
|
|
package = "component:hello"
|
|
|
|
[package.metadata.component.target]
|
|
path = "../../wit/veloren.wit"
|
|
|
|
[package.metadata.component.dependencies]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wit-bindgen = { version = "0.16.0", default-features = false, features = ["realloc"] }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|