From 0cd00591e14c9248cd21bcd662c5de304284552f Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 23 Nov 2024 21:38:56 +0000 Subject: [PATCH] feat: updated teh toml --- Cargo.lock | 2 +- Cargo.toml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b15ff4..dbc073f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 22e45d4..3375430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] -name = "wolves-oxidised" +name = "wolves_oxidised" version = "0.1.0" edition = "2021" +rust-version = "1.82" +authors = ["Brendan Golden "] +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