update cargo.toml to prepare for publishing

This commit is contained in:
kitsunecafe 2024-02-21 09:45:25 -05:00
parent 6b5b3520b0
commit 849ea63709
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
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"