package(
    default_visibility = ["//:__subpackages__"],
)

cc_library(
    name = "fmt",
    srcs = ["fmt/container.h",
            "fmt/format.cc",
            "fmt/ostream.cc",
            "fmt/ostream.h",
            "fmt/posix.cc",
            "fmt/posix.h",
            "fmt/printf.cc",
            "fmt/printf.h",
            "fmt/string.h",
            "fmt/time.h",
            "fmt/_assert.h",
            "fmt/_assert.cc"],
    hdrs = ["fmt/format.h"],
    includes = ["."],
)