mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
I started out with "cargo deny", which is easy enough and checks for more, but I couldn't make it work under Nix because it downloads stuff. There is a separate "fetch" command, but we'd have to integrate it as a fixed-output derivation, and some of the downloads are moving targets, so it's not so clear how to achieve that. So I thought I'd write a simple script based on "cargo license" instead. Then I learned that this tool too requires Internet connectivity. Oh well. No automated dependency check for now then, but at least there is some check. |
||
|---|---|---|
| .. | ||
| check_deps.py | ||
| expand_fuzz_corpus.py | ||
| fuzz_all.py | ||
| generate_keywords.py | ||
| migrate_fuzz_corpus.py | ||
| seed_fuzz_corpus.py | ||
| update_repos.py | ||