summaryrefslogtreecommitdiffstats
path: root/network/dog/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'network/dog/config.toml')
-rw-r--r--network/dog/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/dog/config.toml b/network/dog/config.toml
new file mode 100644
index 0000000000..8b41196d91
--- /dev/null
+++ b/network/dog/config.toml
@@ -0,0 +1,9 @@
+[source.crates-io]
+replace-with = "vendored-sources"
+
+[source."https://github.com/llogiq/mutagen"]
+git = "https://github.com/llogiq/mutagen"
+replace-with = "vendored-sources"
+
+[source.vendored-sources]
+directory = "vendor"