--- MODULE.bazel +++ MODULE.bazel @@ -0,0 +1,10 @@ +"MARISA: Matching Algorithm with Recursively Implemented StorAge." + +module( + name = "marisa-trie", + version = "0.3.1", + compatibility_level = 0, +) + +bazel_dep(name = "platforms", version = "1.0.0") +bazel_dep(name = "rules_cc", version = "0.2.17")