Skip to content
Snippets Groups Projects
Cargo.toml 631 B
Newer Older
name = "weather_cache"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
linkme = "0.3.14"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0"
fibreq = { version = "0.1.8", features = ["picodata"] }
anyhow = { version = "1.0.75" }
once_cell = "1.18.0"
serde_qs = "0.12"
rmpv = { version = "1.0.0", features = ["with-serde"] }
shors = { version = "0.12.1", features = ["picodata"] }
[build-dependencies]
liquid = "0.26"
fs_extra = "1"

[lib]
crate-type = ["lib", "cdylib"]