feat: updated teh toml
This commit is contained in:
parent
a80737ee62
commit
0cd00591e1
2 changed files with 8 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1409,7 +1409,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wolves-oxidised"
|
name = "wolves_oxidised"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"reqwest",
|
"reqwest",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "wolves-oxidised"
|
name = "wolves_oxidised"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.82"
|
||||||
|
authors = ["Brendan Golden <silver@skynet.ie>"]
|
||||||
|
license = "MIT"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://forgejo.skynet.ie/Skynet/wolves-oxidised.git"
|
||||||
|
description = "A Rust library to interact with teh Wolves API."
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# this is for anythign in dev and not finalised yet
|
# this is for anythign in dev and not finalised yet
|
||||||
|
|
Loading…
Reference in a new issue