cairo-test 2.7.0-dev.0

Test runner for the Cairo programming language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cairo-test"
version.workspace = true
edition.workspace = true
repository.workspace = true
license-file.workspace = true
description = "Test runner for the Cairo programming language"

[dependencies]
anyhow.workspace = true
clap.workspace = true
serde = { workspace = true, default-features = true }

cairo-lang-compiler = { path = "../../cairo-lang-compiler", version = "~2.7.0-dev.0" }
cairo-lang-test-runner = { path = "../../cairo-lang-test-runner", version = "~2.7.0-dev.0" }