[package] name = "drake" version = "0.0.1" description = "The Drake Configuration Language" authors = ["watcol "] repository = "https://github.com/watcol/drake" categories = ["parser-implementations", "compilers"] license = "MIT" readme = "README.md" edition = "2021" include = [ "README.md", "Cargo.toml", "src/**/*.rs", ] [workspace] members = [ "drake-core", "drake-types", "drake-lexer", "drake-parser", "drake-runtime", ] [dependencies]