rqml/Cargo.toml

15 lines
398 B
TOML

[package]
name = "rqml"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"
orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" }
rhai = "0.16.1"
evmap = "11.0.0-alpha.1"
rand = "0.6.0"