update cargo.toml to prepare for publishing
This commit is contained in:
parent
6b5b3520b0
commit
849ea63709
|
@ -2,6 +2,9 @@
|
||||||
name = "roxy_core"
|
name = "roxy_core"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Rowan <rowan@kitsu.cafe>"]
|
||||||
|
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-core"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.79"
|
anyhow = "1.0.79"
|
||||||
|
|
Loading…
Reference in a new issue