forked from darshanDevrai/brahmand
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 537 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 537 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "clickgraph-tck"
version = "0.1.0"
edition = "2021"
rust-version = "1.85"
description = "openCypher TCK (Technology Compatibility Kit) runner for ClickGraph"
autobins = false
autoexamples = false
autotests = false
autobenches = false
[[test]]
name = "tck"
path = "tests/tck.rs"
harness = false
[dev-dependencies]
clickgraph-embedded = { path = "../clickgraph-embedded", features = ["embedded"] }
cucumber = "0.21"
futures = "0.3"
uuid = { version = "1", features = ["v4"] }
tempfile = "3"
regex = "1"
serde_json = "1"