[package] name = "daowy-common" version = "0.0.2" edition = "2021" authors = ["Dalton Coder , Nima Rasooli , Fulco "] license = "MIT" keywords = ["internet-computer", "dao", "fleek", "psychedelic"] description = "The common data structures of Daowabunga" homepage = "https://github.com/Psychedelic/daowabunga" repository = "https://github.com/Psychedelic/governance_framework" [dependencies] ic-kit = "0.4.8" candid = "0.7" serde = "1.0.138" serde_bytes = "0.11.5" [target.'cfg(not(target_family = "wasm"))'.dependencies] async-std = { version="1.10.0", features = ["attributes"] }