mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-03-01 15:00:40 +00:00
* Nim ping test * Working interop * Add nim toml * Add CI * fix workflow name * Delete go-rust specifics * Update .github/workflows/ping-interop-latest.yml Co-authored-by: Max Inden <mail@max-inden.de> Co-authored-by: Max Inden <mail@max-inden.de>
14 lines
259 B
Nim
14 lines
259 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "The author"
|
|
description = "Demo for another package"
|
|
license = "MIT"
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.2.2",
|
|
"https://github.com/status-im/testground-nim-sdk",
|
|
"libp2p == 1.0.0"
|