novem 0.1.0

Language bindings for the novem.no data visualization API
Documentation
[[bin]]
name = "novem-cli"
path = "src/main.rs"
[dependencies.configparser]
version = "3.0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.11.24"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.36.0"

[lib]
name = "novem"
path = "src/lib/lib.rs"

[package]
authors = ["bjornars@novem.no"]
description = "Language bindings for the novem.no data visualization API"
edition = "2021"
homepage = "https://novem.no"
license = "MIT"
name = "novem"
version = "0.1.0"