[package] name = "generic-predicates" version = "0.1.0" edition = "2021" repository = "https://github.com/lachlansneff/generic-predicates" description = "A taste of what const generics could enable in the future" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = ["generic-predicates-macro"] [dependencies] generic-predicates-macro = { version = "0.1.0", path = "generic-predicates-macro" }