gemfreely/Cargo.toml

21 lines
518 B
TOML
Raw Normal View History

2024-03-21 10:11:48 +00:00
[package]
2024-03-21 11:09:56 +00:00
name = "gemfreely"
2024-03-22 11:28:10 +00:00
version = "0.1.4"
2024-03-21 10:11:48 +00:00
edition = "2021"
2024-03-21 11:09:15 +00:00
license = "AGPL-3.0-or-later"
2024-03-21 12:53:03 +00:00
description = "Synchronize Gemini protocol blogs to the Fediverse"
2024-03-21 14:54:41 +00:00
repository = "https://git.agnos.is/ProjectMoon/gemfreely"
2024-03-21 10:11:48 +00:00
[dependencies]
anyhow = "1.0.81"
atom_syndication = "0.12.2"
chrono = "0.4.35"
clap = { version = "4.5.3", features = ["derive"] }
gemini-feed = "0.1.0"
germ = "0.3"
once_cell = "1.19.0"
regex = "1.10.3"
tokio = {version = "1.36", features = [ "full" ] }
url = "2.5.0"
writefreely_client = "0.2.0"