mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 13:15:27 +00:00
17 lines
492 B
TOML
17 lines
492 B
TOML
[package]
|
|
name = "snac2nex"
|
|
version = "0.2.2"
|
|
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"
|