rqml/Cargo.toml

15 lines
398 B
TOML
Raw Normal View History

2020-07-04 18:35:37 +00:00
[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"
2020-07-05 21:29:44 +00:00
orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" }
rhai = "0.16.1"
2020-07-06 03:45:09 +00:00
evmap = "11.0.0-alpha.1"
rand = "0.6.0"