12345678910111213 |
- [package]
- name = "example_actor"
- version = "0.1.0"
- edition = "2021"
- description = "An example implementation of an actor."
- [lib]
- crate-type = ["cdylib"]
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen.git", tag="wit-bindgen-0.7.0" }
|