diff options
| author | Fuwn <[email protected]> | 2022-03-07 21:31:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-07 21:31:37 -0800 |
| commit | f69ef9b8f1f741f0f6a3b312c43ee3eb978df4c5 (patch) | |
| tree | b78fd933e80a0dcd8a2b6d2f6d3ef7c15e0ae597 /Cargo.toml | |
| parent | refactor: file case (diff) | |
| download | api-worker-f69ef9b8f1f741f0f6a3b312c43ee3eb978df4c5.tar.xz api-worker-f69ef9b8f1f741f0f6a3b312c43ee3eb978df4c5.zip | |
chore(rust): update rust stuff
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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] |