We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a578d commit bbc7a50Copy full SHA for bbc7a50
.gitignore
@@ -0,0 +1,2 @@
1
+/Cargo.lock
2
+/target
Cargo.toml
@@ -1,9 +1,8 @@
[package]
name = "datatest-stable"
3
version = "0.1.1"
4
-authors = ["Diem Association <[email protected]>"]
5
description = "Data-driven tests that work on stable Rust"
6
-repository = "https://github.com/diem/diem-devtools"
+repository = "https://github.com/nextest-rs/datatest-stable"
7
license = "MIT OR Apache-2.0"
8
publish = ["crates-io"]
9
readme = "README.md"
0 commit comments