You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
590 B
TOML

[package]
name = "activitypub-static"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.23"
clap = {version ="4.1.4", features = ["derive"]}
flate2 = "1.0.25"
futures = { version = "0.3.26", features = ["executor"] }
serde = {version ="1.0.152", features = ["derive"]}
serde_json = "1.0.93"
tar = "0.4.38"
yew = { version = "0.20.0", features = ["ssr", "csr"] }
console_error_panic_hook = { version ="0.1" }
wasm-bindgen = {version = "0.2" }
fs_extra = "1.3.0"
regex = "1.7.1"