Set up Cargo and Nix project

This commit is contained in:
2026-06-16 01:46:49 +09:00
parent 4e82f47f90
commit 34855f3b7b
9 changed files with 194 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "decodal"
version = "0.1.0"
edition = "2024"
[dependencies]