init: Start new project from template

This commit is contained in:
Matthew Binning 2026-02-26 07:50:03 -08:00
commit f450e6c5f0
4 changed files with 22 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "ctci"
version = "0.1.0"
edition = "2024"
[dependencies]