[package] name = "aptos-global-constants-link" description = "Aptos's global constant crate: the source of truth for constant definitions that span multiple crates" version = "0.1.0" # Workspace inherited keys authors = ["Aptos Labs "] edition = "2021" homepage = "https://aptoslabs.com" license = "Apache-2.0" publish = true repository = "https://github.com/aptos-labs/aptos-core" rust-version = "1.64" [features] default = [] testing = []