roxy-core/Cargo.toml
2024-02-21 10:23:55 -05:00

15 lines
370 B
TOML

[package]
name = "roxy_core"
version = "0.1.1"
edition = "2021"
authors = ["Rowan <rowan@kitsu.cafe>"]
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-core"
license = "GPL-3.0-or-later"
readme = "README.md"
description = "A library for transforming a readable input"
homepage = "https://roxy-docs.netlify.app"
[dependencies]
anyhow = "1.0.79"
thiserror = "1.0.56"