aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-07 21:31:37 -0800
committerFuwn <[email protected]>2022-03-07 21:31:37 -0800
commitf69ef9b8f1f741f0f6a3b312c43ee3eb978df4c5 (patch)
treeb78fd933e80a0dcd8a2b6d2f6d3ef7c15e0ae597 /Cargo.toml
parentrefactor: file case (diff)
downloadapi-worker-f69ef9b8f1f741f0f6a3b312c43ee3eb978df4c5.tar.xz
api-worker-f69ef9b8f1f741f0f6a3b312c43ee3eb978df4c5.zip
chore(rust): update rust stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 127ecd6..67fdadb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,17 @@
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
[package]
-name = "senpy-api"
+name = "api-worker"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
-#description = ""
+description = ""
readme = "README.md"
-homepage = "https://github.com/senpy-club/api"
-repository = "https://github.com/senpy-club/api"
+homepage = "https://github.com/senpy-club/api-worker"
+repository = "https://github.com/senpy-club/api-worker"
license = "GPL-3.0-only"
keywords = ["rust", "anime", "senpy"]
+categories = []
publish = false
[dependencies]