snac2nex/Cargo.toml
2025-07-04 18:57:37 +03:00

18 lines
508 B
TOML

[package]
name = "snac2nex"
version = "0.4.5"
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"
walkdir = "2.5"