update url to rust modules

This commit is contained in:
Алексей Шабалин 2024-11-02 16:36:41 +03:00
parent a308de667e
commit c9a0acd899

View File

@ -9,48 +9,62 @@ replace-with = "vendored-sources"
git = "git://git.proxmox.com/git/proxmox-fuse.git"
replace-with = "vendored-sources"
[source."git+git://git.proxmox.com/git/proxmox.git"]
git = "git://git.proxmox.com/git/proxmox.git"
replace-with = "vendored-sources"
[source."git+git://git.proxmox.com/git/pxar.git"]
git = "git://git.proxmox.com/git/pxar.git"
replace-with = "vendored-sources"
[source."git+https://gitea.basealt.ru/konevsa/apt-pkg-native"]
git = "https://gitea.basealt.ru/konevsa/apt-pkg-native"
replace-with = "vendored-sources"
[source."git+https://gitea.basealt.ru/konevsa/proxmox.newest.git"]
git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
# Local path overrides
# NOTE: You must run `cargo update` after changing this for it to take effect!
[patch.crates-io]
proxmox-api-macro = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-auth-api = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-async = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-compression = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-borrow = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-http = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-io = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-lang = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-ldap = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-metrics = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-rest-server = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-router = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-schema = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-section-config = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-serde = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-shared-memory = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-sortable-macro = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-subscription = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-sys = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-tfa = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-time = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-uuid = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-human-byte = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-acme = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-apt = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-apt-api-types = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-api-macro = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-async = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-auth-api = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-borrow = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-compression = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-config-digest = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-daemon = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-fuse = { git = "git://git.proxmox.com/git/proxmox-fuse.git" }
proxmox-openid = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-http = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-human-byte = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-io = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-lang = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-log = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-ldap = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-metrics = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-notify = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-openid = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-rest-server = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-router = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-rrd = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-rrd-api-types = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-schema = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-section-config = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-serde = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-shared-cache = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-shared-memory = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-sortable-macro = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-subscription = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-sys = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-systemd = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-tfa = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-time = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-uuid = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-worker-task = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
proxmox-acme = { git = "https://gitea.basealt.ru/konevsa/proxmox.newest.git" }
pxar = { git = "git://git.proxmox.com/git/pxar.git" }
pathpatterns = { git = "git://git.proxmox.com/git/pathpatterns.git" }
proxmox-apt = { git = "git://git.proxmox.com/git/proxmox.git" }
proxmox-rrd = { git = "git://git.proxmox.com/git/proxmox.git" }