- [package]
- name = "example_actor"
- version = "0.1.0"
- edition = "2021"
- description = "An example implementation of an actor."
- [lib]
- crate-type = ["cdylib"]
- [dependencies]
- wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen.git", tag="wit-bindgen-0.7.0" }
|