mnml/core/Cargo.toml
2019-12-02 16:24:40 +10:00

18 lines
323 B
TOML

[package]
name = "mnml-core"
version = "1.10.0"
authors = ["ntr <ntr@smokestack.io>", "mashy <mashy@mnml.gg>"]
[dependencies]
serde = "1"
serde_derive = "1"
rand = "0.6"
uuid = { version = "0.5", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
bcrypt = "0.2"
failure = "0.1"
log = "0.4"