File: Cargo.toml

package info (click to toggle)
rust-test-case 3.3.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: sh: 33; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###
# Ensure that `matches` syntax works.
###

[package]
name = "cases_support_pattern_matching"
version = "0.1.0"
edition = "2021"

[lib]
name = "cases_support_pattern_matching"
path = "src/lib.rs"
doctest = false

[dev-dependencies]
test-case = { path = "../../../" }

[workspace]