mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
20 lines
460 B
TOML
20 lines
460 B
TOML
[package]
|
|
name = "serai-docker-tests"
|
|
version = "0.1.0"
|
|
description = "Docker-based testing infrastructure for Serai"
|
|
license = "AGPL-3.0-only"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/tests/docker"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = []
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|