[package] name = "mycelium_command" version = "0.1.1" authors = ["matthew.bradford "] edition = "2018" description = "Library for Mycelium DDM" repository = "https://gitlab.com/matthew.bradford/myceliumdds" license = "MIT" maintenance = { status = "experimental" } gitlab = { repository = "https://gitlab.com/matthew.bradford/myceliumdds.git", branch = "master" } [dependencies] chrono = { version = "0.4.6", features = ["serde"] } serde = { version="1.0.101", features=["serde_derive"] } serde_json = "1.0.41" uuid = { version = "0.7", features = ["v4"] }