Add 'crypto-test/' from commit '0f148031e36547e44c6b9a41d443a0d8735af14c'

git-subtree-dir: crypto-test
git-subtree-mainline: 32954bb7ac
git-subtree-split: 0f148031e3
This commit is contained in:
2025-08-04 22:14:44 -04:00
6 changed files with 240 additions and 0 deletions

15
crypto-test/build.zig.zon Normal file
View File

@@ -0,0 +1,15 @@
.{
.name = "learnzig",
.version = "0.0.0",
.dependencies = .{
.enet_real = .{
.url = "https://github.com/lsalzman/enet/archive/c44b7d0f7ff21edb702745e4c019d0537928c373.tar.gz",
.hash = "1220b65591d2f97033626dfff25a37926b250c7892e812397668769f84ef408cd02e",
},
},
.paths = .{
"",
},
}