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-22f593dc3791dee02d46b8c264a49eca497032f1/source.tar.gz",
|
|
.hash = "N-V-__8AAKoPBicxw1YT2EKzNNaCzdZAZt4HlAx4rUHX-BAm",
|
|
},
|
|
.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",
|
|
},
|
|
}
|