mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
9 lines
161 B
Text
9 lines
161 B
Text
|
.{
|
||
|
.name = "openbrowser",
|
||
|
.version = "0.0.0",
|
||
|
.paths = .{""},
|
||
|
.dependencies = .{
|
||
|
.common = .{ .path = "../../lib/common-zig" },
|
||
|
},
|
||
|
}
|