Compare commits

..

4 Commits

Author SHA1 Message Date
Christoph J. Scherr a37026e32d chore: rename crate to lowercase
cargo devel CI / cargo CI (push) Successful in 1m19s Details
2024-10-11 00:22:51 +02:00
PlexSheep 034a6da00d ci: automatic cargo CI changes 2024-10-10 15:06:28 +00:00
Christoph J. Scherr 8169f1e7ae chore: update cargo ci script (conventional git commits)
cargo devel CI / cargo CI (push) Successful in 1m23s Details
2024-10-10 17:05:08 +02:00
Christoph J. Scherr 6dc5170a40 chore: add lib.rs to enable doctests
cargo devel CI / cargo CI (push) Successful in 1m18s Details
2024-10-10 16:55:31 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -43,4 +43,4 @@ jobs:
with: with:
# Optional. Commit message for the created commit. # Optional. Commit message for the created commit.
# Defaults to "Apply automatic changes" # Defaults to "Apply automatic changes"
commit_message: automatic cargo CI changes commit_message: "ci: automatic cargo CI changes"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "Kauma-analyzer" name = "kauma-analyzer"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
publish = false publish = false

1
src/lib.rs Normal file
View File

@ -0,0 +1 @@