snac2nex/Cargo.toml
2025-07-01 22:38:13 +03:00

17 lines
492 B
TOML

[package]
name = "snac2nex"
version = "0.2.1"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "Convert Snac profiles to the Nex blog format"
keywords = ["snac", "fediverse", "nex", "nex-protocol", "export"]
categories = ["network-programming"]
repository = "https://codeberg.org/postscriptum/snac2nex"
[dependencies]
anyhow = "1.0"
chrono = "^0.4.20"
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"