[package] name = "whiledb" version = "0.1.4" edition = "2021" description = "rust implementation of WhileDB language" license = "MIT" repository = "https://github.com/HellOwhatAs/whiledb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] santiago = "1.3.1" colored = "2.1.0" num = "0.4.1" maplit = "1.0.2" anyhow = "1.0.75" syn = "2.0.41"