feat: updated teh toml
Some checks failed
On_Push / build (push) Blocked by required conditions
On_Push / lint_fmt (push) Successful in 10s
On_Push / lint_clippy (push) Successful in 44s
On_Push / test (push) Has been cancelled

This commit is contained in:
silver 2024-11-23 21:38:56 +00:00
parent a80737ee62
commit 0cd00591e1
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1409,7 +1409,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "wolves-oxidised"
name = "wolves_oxidised"
version = "0.1.0"
dependencies = [
"reqwest",

View file

@ -1,7 +1,13 @@
[package]
name = "wolves-oxidised"
name = "wolves_oxidised"
version = "0.1.0"
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]
# this is for anythign in dev and not finalised yet