Skip to content

Commit 15bec8d

Browse files
authored
Add internal registry (#5)
Pull crates from and publish to an internal feed until code is moved to open-source. Signed-off-by: Michael Kubacki <[email protected]>
1 parent bfe8601 commit 15bec8d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[registries]
2+
UefiRust = { index = "sparse+https://pkgs.dev.azure.com/microsoft/MsUEFI/_packaging/UefiRust/Cargo/index/" }
3+
4+
[source.crates-io]
5+
replace-with = "UefiRust"

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "mtrr"
33
version = "0.1.0"
4+
publish = ["UefiRust"]
45
edition = "2021"
56
license = "BSD-2-Clause-Patent"
67
description = "x64 MTRR programming library"

0 commit comments

Comments
 (0)