summaryrefslogtreecommitdiffstats
path: root/bindings/rust/tests/Cargo.toml.in
blob: 1d8fabfb92d6438e2a55e13f907c46af000890a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "rust-corosync-tests"
version = "@corosyncrustver@"
authors = ["Christine Caulfield <ccaulfie@redhat.com>"]
edition = "2021"

[dependencies]
rust-corosync = { path = ".." }

[build-dependencies]
pkg-config = "0.3"

[[bin]]
name = "cpg-test"
test = false
bench = false

[[bin]]
name = "quorum-test"
test = false
bench = false

[[bin]]
name = "votequorum-test"
test = false
bench = false

[[bin]]
name = "cfg-test"
test = false
bench = false

[[bin]]
name = "cmap-test"
test = false
bench = false