build,ci: specify MSRV and setup CI

This commit is contained in:
oxalica 2025-09-11 18:46:25 -04:00
parent 59a8851b32
commit 10c1ad5170
6 changed files with 15 additions and 11 deletions

View file

@ -1,7 +1,8 @@
[package]
name = "blahctl"
version = "0.1.0"
edition = "2024"
edition.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = "1"