deschuler 0.4.1

An async, tokio based scheduling library for rust with a built-in cron builder.
Documentation
name: Rust

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4
      - name: Build
        run: cargo build --all-targets --all-features --release --verbose
      - name: Run tests
        run: cargo test --all-targets --all-features --release --verbose