roxy-core/Cargo.toml

12 lines
246 B
TOML
Raw Normal View History

2024-01-15 18:19:33 +00:00
[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"
2024-01-15 18:19:33 +00:00
[dependencies]
2024-02-17 13:27:25 +00:00
anyhow = "1.0.79"
thiserror = "1.0.57"