You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
378 B
TOML
15 lines
378 B
TOML
[package]
|
|
name = "ariadne-implementation-test-suite"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
config = "0.13"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
owo-colors = "3"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_derive = "1"
|
|
tera = "1"
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
tokio = { version = "1", features = ["full"] } |