debian: Use Debian versions of dependencies

This commit is contained in:
Dorota Czaplejewicz
2019-09-12 18:15:13 +00:00
parent 28e0c26671
commit 241e5c0fc6
2 changed files with 17 additions and 0 deletions

12
debian/cargo/config vendored Normal file
View File

@ -0,0 +1,12 @@
# When modifying this file, consider instead
# to take advantage of the method that Cargo packagers use
# to set up all the necessary stuff automatically:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907629#30
[source.crates-io]
registry = 'https://github.com/rust-lang/crates.io-index'
replace-with = 'vendored-sources'
[source.vendored-sources]
directory = '/usr/share/cargo/registry'