diff options
Diffstat (limited to 'security/sudo-rs/Makefile.crates')
-rw-r--r-- | security/sudo-rs/Makefile.crates | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/sudo-rs/Makefile.crates b/security/sudo-rs/Makefile.crates new file mode 100644 index 000000000000..7f1984c2311d --- /dev/null +++ b/security/sudo-rs/Makefile.crates @@ -0,0 +1,6 @@ +CARGO_CRATES= diff-0.1.13 \ + glob-0.3.2 \ + libc-0.2.174 \ + log-0.4.27 \ + pretty_assertions-1.4.1 \ + yansi-1.0.1 |