Skip to content

Commit

Permalink
add build.zig.zon
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Feb 15, 2024
1 parent 5e2d2aa commit 111ac95
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.{
.name = "zig-odbc",
.version = "0.1.0",

// This is currently advisory only; Zig does not yet do anything
// with this value.
.minimum_zig_version = "0.12.0",

.dependencies = .{
},

.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}

0 comments on commit 111ac95

Please sign in to comment.