diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0b47909..02e9a10 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -36,3 +36,6 @@ syntect = { workspace = true, optional = true } pulldown-cmark = { version = "0.9.3", optional = true } # overflow broken for latest minus minus = { workspace = true, optional = true } + +[dev-dependencies] +rstest.workspace = true