[package] name = "muninn" description = "Importer for muninn logging stack" homepage = "https://gitlab.com/muninn_log/log_importer" repository = "https://gitlab.com/muninn_log/log_importer" readme = "README.md" version = "0.1.0" authors = ["Rasmus Eneman "] license = "MIT OR Apache-2.0" edition = "2018" exclude = [".gitlab-ci.yml", ".vscode"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4.19", features = ["serde"] } clap = "2.33.3" reqwest = { version = "0.10", features = ["json"] } serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.59" tokio = { version = "0.2.22", features = ["full"] }