mirror of
https://git.aramjonghu.nl/AramJonghu/file-organizer.git
synced 2026-06-07 01:48:24 +02:00
14 lines
248 B
Zig
14 lines
248 B
Zig
.{
|
|
.name = .file_organizer,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x17dbce05708c2aa7,
|
|
.minimum_zig_version = "0.17.0",
|
|
.dependencies = .{
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|