[package] name = "onemfive_common" version = "0.0.7" authors = ["objectorange "] license-file = "LICENSE" edition = "2018" description = "Common functions for 1M5 programs." homepage = "https://1m5.io" documentation = "https://github.com/1m5/1m5-common" repository = "https://github.com/1m5/1m5-common" publish = true readme = "README.md" keywords = ["1M5"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.8" simple_logger = "1.6.0"