actor-interfaces 0.1.0

I only uploaded this to crates.io because I was having some issues cross compiling with local dependencies. If anyone wants to use the name for something actually useful, DM me on github
Documentation
[build-dependencies.weld-codegen]
version = "0.7"
[dependencies.async-trait]
version = "0.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11.5"

[dependencies.wasmbus-rpc]
version = "0.13"
[dev-dependencies.base64]
version = "0.13"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["jclmnop"]
description = "I only uploaded this to crates.io because I was having some issues cross compiling with local dependencies. If anyone wants to use the name for something actually useful, DM me on github"
edition = "2021"
exclude = ["build.rs"]
license = "Apache-2.0"
name = "actor-interfaces"
version = "0.1.0"