Current section
Files
Jump to
Current section
Files
lib/zig/templates/build.zig.zon.eex
.{
.name = .<%= @otp_app %>,
.version = "<%= @version %>",
.fingerprint = <%= @fingerprint %>,
.paths = .{
"build.zig",
"build.zig.zon"
},
.dependencies = .{<%= for {name, path} <- @dependencies do %>
.<%= name %> = .{.path = "<%= path %>"},
<% end %>
}
}