[package] name = "ex3-timestamp" version = "0.15.5" license = "MIT" authors = ["Deland Labs Core Dev "] edition = "2021" description = "Timestamp types." homepage = "https://github.com/Deland-Labs/ex3-node" repository = "https://github.com/Deland-Labs/ex3-node" [dependencies] serde = { version = "1.0", features = ["derive"] } candid = "0.10" ic-stable-structures = "0.6.5" [features] canister = []