mirror of
https://github.com/nlohmann/json.git
synced 2025-11-23 19:34:10 +08:00
8 lines
170 B
Python
8 lines
170 B
Python
|
|
module(
|
||
|
|
name = "nlohmann_json",
|
||
|
|
compatibility_level = 1,
|
||
|
|
)
|
||
|
|
|
||
|
|
bazel_dep(name = "rules_cc", version = "0.0.17")
|
||
|
|
bazel_dep(name = "rules_license", version = "1.0.0")
|