17 lines
545 B
TOML
17 lines
545 B
TOML
[package]
|
|
name = "cache-bust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "mCaptcha - a PoW-based CAPTCHA system"
|
|
homepage = "https://mcaptcha.org"
|
|
repository = "https://github.com/mCaptcha/mCaptcha"
|
|
documentation = "https://mcaptcha.org/docs/"
|
|
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]
|
|
libcachebust = "0.3.0"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|