canic-types 0.5.21

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
[package]
name = "canic-types"
edition = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
license = { workspace = true }
description = { workspace = true }
readme = "README.md"
keywords = { workspace = true }
categories = { workspace = true }
publish = true

[dependencies]
candid = { workspace = true }
canic-cdk = { workspace = true }
derive_more = { workspace = true }
num-traits = { workspace = true }
serde = { workspace = true }

[lints]
workspace = true