roxy-core/Cargo.toml

15 lines
370 B
TOML
Raw Normal View History

2024-01-15 18:19:33 +00:00
[package]
name = "roxy_core"
2024-02-21 15:23:55 +00:00
version = "0.1.1"
2024-01-15 18:19:33 +00:00
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"
2024-01-15 18:19:33 +00:00
[dependencies]
2024-02-17 13:27:25 +00:00
anyhow = "1.0.79"
2024-02-21 15:23:55 +00:00
thiserror = "1.0.56"