Get a basic Flake setup

This commit is contained in:
Greg Hellings
2024-10-15 16:54:57 -05:00
commit 7f97b1ed9f
7 changed files with 297 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "rustdoku"
version = "0.1.0"
edition = "2021"
[dependencies]