From 036fccce2c967a0f43c3e93282d6414b6db00187 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Tue, 18 Apr 2023 17:08:19 +0200 Subject: [PATCH] build test --- .gitea/workflows/publish_package.yaml | 2 +- Cargo.toml | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index ccc9b78..ac2d88b 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -26,4 +26,4 @@ jobs: uses: https://github.com/actions-rs/cargo@v1 with: command: publish - args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token="Bearer ${{ secrets.PACKAGE_TOKEN }}" + args: --index=https://git.raptorpond.com/henine/_cargo-index.git --token=${{ secrets.PACKAGE_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index 10f6937..e67c277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "rulebot" version = "0.1.0" edition = "2021" +description = "Bot for Mastodon that runs a random cellular automaton on an 8-bit input." +readme = "README.md" +homepage = "https://mastodon.raptorpond.com/@rulebot" +repository = "https://git.raptorpond.com/henine/rulebot" +license = "MIT" +exclude = ["/.*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index b27f5b5..4a51e42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ RuleBot ======= -Bot that runs a random [cellular automaton](https://en.wikipedia.org/wiki/Elementary_cellular_automaton) on an 8-bit input. \ No newline at end of file +Bot for mastodon that runs a random [cellular automaton](https://en.wikipedia.org/wiki/Elementary_cellular_automaton) on an 8-bit input. \ No newline at end of file