tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

BUILD (271B)


      1 load("@rules_python//python:pip.bzl", "compile_pip_requirements")
      2 
      3 compile_pip_requirements(
      4     name = "requirements",
      5     src = "requirements.in",
      6     requirements_txt = "requirements.out",
      7 )
      8 
      9 exports_files([
     10     "rustfmt.toml",
     11     "clippy.toml",
     12     "Cargo.lock",
     13 ])