feat: drop use std.net instead of zig-network

This commit is contained in:
2023-12-14 21:56:15 -06:00
parent e5c1d4d2b7
commit 93cd6b1c5b
6 changed files with 140 additions and 61 deletions

View File

@@ -1,10 +1,5 @@
.{
.name = "zba-gdbstub",
.version = "0.1.0",
.dependencies = .{
.@"zig-network" = .{
.url = "https://github.com/MasterQ32/zig-network/archive/07ef40cacd7b00bc0f26e254d97d4d4c9071195a.tar.gz",
.hash = "12204d3d4c1184d379a78399e5ddd8a46fe19ca6c991d5c9b909c1980d14acb1dede",
},
},
.dependencies = .{},
}