blob: 36bf67b767375eb1f0b97066ce36b19ad925b080 [file]
"""cgrapht - A modern C++20 header-only graph library"""
module(
name = "cgrapht",
version = "1.1.0", # x-release-please-version
compatibility_level = 1,
)
bazel_dep(name = "rules_cc", version = "0.2.14")
bazel_dep(name = "catch2", version = "3.12.0", dev_dependency = True)