1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[package] name = "primrose" version = "0.1.0" authors = ["Xueying Qin <qinxy1995@gmail.com>"] edition = "2021" [dependencies] log = { workspace = true } env_logger = { workspace = true } rand = { workspace = true } thiserror = { workspace = true } peg = "0.8.0" primrose-library = { path = "../library" }