Skip to content

Commit e77b075

Browse files
committed
Move README.md to connect/README.md
Cargo had a hard time packaging it since it lived outside of the crate's root directory. I've also created a symbolic link to it at the project's root to keep GH home page informative.
1 parent 248794c commit e77b075

File tree

4 files changed

+328
-327
lines changed

4 files changed

+328
-327
lines changed

README.md

Lines changed: 0 additions & 325 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
connect/README.md

connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quint-connect"
3-
readme = "../README.md"
3+
readme = "README.md"
44
description = "A model-based testing framework that connects Quint specifications with Rust applications"
55

66
version = { workspace = true }

0 commit comments

Comments
 (0)