Skip to content

Commit 07b59d9

Browse files
committed
Add cargo config test fixture
1 parent e93cce3 commit 07b59d9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[registries.alternative]
2+
index = "https://github.com/ordian/crates.io-index"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
name = "none"
3+
version = "0.0.0"
4+
5+
[lib]
6+
path = "dummy.rs"
7+
8+
[dependencies]
9+
toml_edit = {version = "0.1.5", registry = "alternative" }
10+
11+
[dependencies.regex]
12+
version = "0.2"
13+
registry = "alternative"

0 commit comments

Comments
 (0)