mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-28 09:41:28 +00:00
add .cargo/config and rustfmt.toml
.cargo/config since we build with debian packages as dependencies by default Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
aee1def7c3
commit
cb622ca252
5
.cargo/config
Normal file
5
.cargo/config
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
[source.debian-packages]
|
||||
directory = "/usr/share/cargo/registry"
|
||||
[source.crates-io]
|
||||
replace-with = "debian-packages"
|
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
@ -0,0 +1 @@
|
||||
edition = "2018"
|
Loading…
Reference in New Issue
Block a user