19 lines
656 B
TOML
19 lines
656 B
TOML
[package]
|
|
name = "pages"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
homepage = "https://github.com/realaravinth/pages"
|
|
repository = "https://github.com/realaravinth/pages"
|
|
documentation = "https://github.con/realaravinth/pages"
|
|
readme = "https://github.com/realaravinth/pages/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"
|