[package] name = "tylisp" version = "0.1.0" authors = ["Eric Michael Sumner"] edition = "2018" description = "A domain-specific language for expressing complex type bounds" license = "MIT OR Apache-2.0" keywords = ["memquery", "tylisp", "typenum", "uuid"] homepage = "https://2-71828.com/memquery/" [features] const = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] frunk = { version = "0.3.1", optional = true } typenum = "1.12.0" # typenum-uuid = { path = "../typenum-uuid" } typenum-uuid = "0.1.0"