build test
Publish Cargo package / Publish-Cargo (push) Failing after 1m35s Details

main
HeNine 1 year ago
parent 262433a045
commit 036fccce2c

@ -26,4 +26,4 @@ jobs:
uses: https://github.com/actions-rs/cargo@v1 uses: https://github.com/actions-rs/cargo@v1
with: with:
command: publish 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 }}

@ -2,6 +2,12 @@
name = "rulebot" name = "rulebot"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,4 +1,4 @@
RuleBot RuleBot
======= =======
Bot that runs a random [cellular automaton](https://en.wikipedia.org/wiki/Elementary_cellular_automaton) on an 8-bit input. Bot for mastodon that runs a random [cellular automaton](https://en.wikipedia.org/wiki/Elementary_cellular_automaton) on an 8-bit input.
Loading…
Cancel
Save