mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 14:55:35 +00:00
- Add .pre-commit-config.yaml with rustfmt, clippy, and cargo check - Include standard pre-commit hooks for whitespace and file fixes - Update README with development setup instructions - Fix formatting and trailing whitespace in various files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
82 B
TOML
6 lines
82 B
TOML
[package]
|
|
name = "hello-krust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|