mirror of
https://github.com/DeBrosOfficial/orama-vault.git
synced 2026-03-16 19:43:01 +00:00
13 lines
232 B
Zig
13 lines
232 B
Zig
.{
|
|
.name = .orama_vault,
|
|
.version = "0.1.0",
|
|
.fingerprint = 0xb3eae57574026b46,
|
|
.minimum_zig_version = "0.14.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"tests",
|
|
},
|
|
}
|