astrox_macros 0.2.9

add user management and canister relation management for canister
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.candid]
version = "0.8.4"

[dependencies.ic-cdk]
version = "0.6.8"

[dependencies.serde]
version = "1"

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

[package]
description = "add user management and canister relation management for canister"
edition = "2021"
license = "MIT"
name = "astrox_macros"
version = "0.2.9"