ego_macros 0.2.6

ego's macro to inject function into mod and actor
Documentation
[package]
name = "ego_macros"
version = "0.2.6"
edition = "2021"
license = "MIT"
description = "ego's macro to inject function into mod and actor"

[lib]
path = "src/lib.rs"

[dependencies]
candid = "0.8.4"
ic-cdk = "0.7.4"
serde = "1.0"
ego_types = "0.2.3"
#ego_types = { path = "../ego_types" }