mentat/core/Cargo.toml

16 lines
259 B
TOML

[package]
name = "mentat_core"
version = "0.0.1"
workspace = ".."
[dependencies]
chrono = "0.4"
enum-set = { git = "https://github.com/rnewman/enum-set" }
lazy_static = "0.2"
num = "0.1"
ordered-float = "0.5"
uuid = "0.5"
[dependencies.edn]
path = "../edn"