update description

This commit is contained in:
postscriptum 2025-07-01 17:46:34 +03:00
parent 15cc3e104f
commit cf8c676732
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
description = "Export Snac profile to the Nex format" description = "Convert Snac profiles to the Nex blog format"
keywords = ["snac", "fediverse", "nex", "nex-protocol", "export"] keywords = ["snac", "fediverse", "nex", "nex-protocol", "export"]
categories = ["network-programming"] categories = ["network-programming"]
repository = "https://codeberg.org/postscriptum/snac2nex" repository = "https://codeberg.org/postscriptum/snac2nex"

View file

@ -3,7 +3,7 @@
[![Dependencies](https://deps.rs/repo/codeberg/postscriptum/snac2nex/status.svg)](https://deps.rs/repo/codeberg/postscriptum/snac2nex) [![Dependencies](https://deps.rs/repo/codeberg/postscriptum/snac2nex/status.svg)](https://deps.rs/repo/codeberg/postscriptum/snac2nex)
[![crates.io](https://img.shields.io/crates/v/snac2nex.svg)](https://crates.io/crates/snac2nex) [![crates.io](https://img.shields.io/crates/v/snac2nex.svg)](https://crates.io/crates/snac2nex)
Export [Snac](https://codeberg.org/grunfink/snac2) profile to the [Nex](https://nightfall.city/nex/info/specification.txt) format. Convert [Snac](https://codeberg.org/grunfink/snac2) profiles to the [Nex](https://nightfall.city/nex/info/specification.txt) blog format.
Useful as a mirroring tool for an existing fediverse instance or for migrating the data once. Useful as a mirroring tool for an existing fediverse instance or for migrating the data once.
## Install ## Install