summaryrefslogtreecommitdiff
path: root/tools/sync_rust_crates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sync_rust_crates.py')
-rwxr-xr-xtools/sync_rust_crates.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/sync_rust_crates.py b/tools/sync_rust_crates.py
new file mode 100755
index 000000000..658207546
--- /dev/null
+++ b/tools/sync_rust_crates.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+# There is a magic tool which has no documentation. It is used to update rust
+# crates in third_party. https://github.com/piscisaureus/gnargo
+import third_party
+import util
+util.enable_ansi_colors()
+third_party.run_cargo()