-
Notifications
You must be signed in to change notification settings - Fork 29
/
Cargo.toml
31 lines (29 loc) · 1.03 KB
/
Cargo.toml
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
[package]
name = "stainless"
version = "0.1.12"
authors = [
"Jonathan Reem <[email protected]>",
"Aleksey Kuznetsov <[email protected]>",
"Alex Diez <[email protected]>",
"Julien Wajsberg <[email protected]>",
"Mark Schifflin <[email protected]>",
"Paul Faria <[email protected]>",
"Seb Glazebrook <[email protected]>",
"Taylor Cramer <[email protected]>",
"Thijs Cadier <[email protected]>",
"Urban Hafner <[email protected]>",
"Utkarsh Kukreti <[email protected]>",
"Valerii Hiora <[email protected]>",
"Vladimir Pouzanov <[email protected]>",
"Emīls Piņķis <[email protected]>",
"Roman Pearah <[email protected]>",
]
description = "Organized, flexible testing framework."
repository = "https://github.com/reem/stainless"
license = "MIT"
keywords = ["testing", "bdd", "tdd"]
categories = ["development-tools", "development-tools::testing", "development-tools::profiling"]
[lib]
name = "stainless"
path = "src/lib.rs"
plugin = true