[package] name = "ex3-common-error-info" version = "0.15.2" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "Common error at the application level." homepage = "https://github.com/Deland-Labs/ex3-node" repository = "https://github.com/Deland-Labs/ex3-node" [dependencies] serde = { version = "1.0", features = ["derive"] } candid = { version = "0.10", optional = true } [features] canister = ["candid"]