mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 10:30:50 +02:00
16 lines
369 B
TOML
16 lines
369 B
TOML
|
|
name = "tests"
|
||
|
|
description = "Tests for the wolfssl ada bindings"
|
||
|
|
version = "0.1.0-dev"
|
||
|
|
|
||
|
|
authors = ["Juliusz Sosinowicz"]
|
||
|
|
maintainers = ["Juliusz Sosinowicz <juliusz@wolfssl.com>"]
|
||
|
|
maintainers-logins = ["julek-wolfssl"]
|
||
|
|
licenses = "GPL-3.0-or-later"
|
||
|
|
website = "https://www.wolfssl.com"
|
||
|
|
tags = ["ssl", "tests"]
|
||
|
|
|
||
|
|
executables = ["tests"]
|
||
|
|
|
||
|
|
[[depends-on]]
|
||
|
|
aunit = "^24.0.0"
|