mirror of
https://github.com/Thunderbottom/umami-alerts.git
synced 2025-12-16 18:14:10 -06:00
lint: install cargo-hack in ci and add description in cargo.toml
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@@ -102,10 +102,10 @@ jobs:
|
||||
with:
|
||||
crate: cargo-nextest
|
||||
|
||||
- name: Install cargo-nextest
|
||||
- name: Install cargo-hack
|
||||
uses: baptiste0928/cargo-install@v3
|
||||
with:
|
||||
crate: cargo-nextest
|
||||
crate: cargo-hack
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
||||
@@ -1,7 +1,16 @@
|
||||
[package]
|
||||
name = "umami-alerts"
|
||||
version = "0.1.0"
|
||||
authors = ["Chinmay D. Pai <chinmaydpai@gmail.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Daily reports generator for Umami Analytics"
|
||||
keywords = ["reports", "analytics", "email"]
|
||||
repository = "https://github.com/Thunderbottom/umami-alerts"
|
||||
homepage = "https://github.com/Thunderbottom/umami-alerts"
|
||||
readme = "README.md"
|
||||
include = ["src/**/*", "LICENSE*", "README.md"]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user