roxy-core/Cargo.toml
2024-02-21 09:45:25 -05:00

12 lines
246 B
TOML

[package]
name = "roxy_core"
version = "0.1.0"
edition = "2021"
authors = ["Rowan <rowan@kitsu.cafe>"]
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-core"
license = "GPL-3.0-or-later"
[dependencies]
anyhow = "1.0.79"
thiserror = "1.0.57"