repo setup for 2025

This commit is contained in:
2025-11-30 22:48:56 -08:00
commit 5587b3c0f4
11 changed files with 1425 additions and 0 deletions

7
utils/misc/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "misc"
version = "0.1.0"
edition = "2021"
[dependencies]
num-traits = "0.2.19"