2022-09-16 17:40:49 +05:30
|
|
|
[package]
|
2022-12-19 06:32:51 +05:30
|
|
|
name = "librepages"
|
2022-09-16 17:40:49 +05:30
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-12-19 06:32:51 +05:30
|
|
|
homepage = "https://git.batsense.net/LibrePages/librepages"
|
|
|
|
repository = "https://git.batsense.net/LibrePages/librepages"
|
|
|
|
documentation = "https://github.con/realaravinth/librepages"
|
|
|
|
readme = "https://git.batsense.net/LibrePages/librepages/blob/master/README.md"
|
2022-09-16 17:40:49 +05:30
|
|
|
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]
|
2022-12-19 06:37:11 +05:30
|
|
|
cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache-buster" }
|
2022-09-16 17:40:49 +05:30
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|