peridot/vendor/github.com/pelletier/go-toml/BUILD.bazel
2022-07-07 22:13:21 +02:00

22 lines
525 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go-toml",
srcs = [
"doc.go",
"keysparsing.go",
"lexer.go",
"localtime.go",
"marshal.go",
"parser.go",
"position.go",
"token.go",
"toml.go",
"tomltree_create.go",
"tomltree_write.go",
],
importmap = "peridot.resf.org/vendor/github.com/pelletier/go-toml",
importpath = "github.com/pelletier/go-toml",
visibility = ["//visibility:public"],
)