d1755d52f2
* exsytrawo 1.2.0 (#1396) * bbt 0.1.0 (#1397) * prolog 1.0.0 (#1398) * prolog 1.0.0 (via `alr publish`) * Update prolog-1.0.0.toml * Move to alr 2.1 --------- Co-authored-by: Blady-Com <blady.net@orange.fr> Co-authored-by: Lionel Draghi <lionel.draghi@free.fr> Co-authored-by: Jesper Quorning <jesper.quorning@gmail.com>
29 lines
596 B
TOML
29 lines
596 B
TOML
name = "bbt"
|
|
description = "Black box test runner"
|
|
version = "0.1.0"
|
|
|
|
authors = ["Lionel Draghi"]
|
|
maintainers = ["Lionel Draghi <lionel.draghi@free.fr>"]
|
|
maintainers-logins = ["LionelDraghi"]
|
|
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
|
|
website = ""
|
|
tags = ["gherkin", "test", "markdown", "tdd", "black-box"]
|
|
|
|
executables = ["bbt"]
|
|
|
|
[configuration]
|
|
output_dir = "src/Alire_config"
|
|
generate_C = false
|
|
|
|
[[depends-on]]
|
|
# markdown = "^24.0.0"
|
|
|
|
[[depends-on]]
|
|
ansiada = "^1.0.0"
|
|
|
|
|
|
[origin]
|
|
commit = "5b4e7642154def03b1f956dc7018785b4192630b"
|
|
url = "git+https://github.com/LionelDraghi/bbt.git"
|
|
|