pativu/utils/cache-bust/Cargo.toml

20 lines
700 B
TOML

[package]
name = "pativu-cachebust-util"
version = "0.1.0"
edition = "2021"
homepage = "https://git.batsense.net/realaravinth/pativu"
repository = "https://git.batsense.net/realaravinth/pativu"
documentation = "https://git.batsense.net/realaravinth/pativu"
readme = "https://git.batsense.net/realaravinth/pativu/blob/master/README.md"
license = "AGPLv3 or later version"
authors = ["realaravinth <realaravinth@batsense.net>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache-buster" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"