22 lines
719 B
Zig
22 lines
719 B
Zig
.{
|
|
.name = .flow_syntax,
|
|
.version = "0.1.0",
|
|
.fingerprint = 0x3ba2584ea1cec85f,
|
|
.minimum_zig_version = "0.14.1",
|
|
|
|
.dependencies = .{
|
|
.tree_sitter = .{
|
|
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-db95c4c19db807fa9acd6853dbd5fb7011906b7d/source.tar.gz",
|
|
.hash = "N-V-__8AAHgNBifXb56e2xqWSBTJj5bN4jAtfyP3T9GYr8Oc",
|
|
},
|
|
.cbor = .{
|
|
.url = "https://github.com/neurocyte/cbor/archive/1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz",
|
|
.hash = "cbor-1.0.0-RcQE_HvqAACcrLH7t3IDZOshgY2xqJA_UX330MvwSepb",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|