mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
365 B
TOML
20 lines
365 B
TOML
name = "ci"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
cicd = "^0.9.1"
|
|
distrib = "^0.9.1"
|
|
fs = "^0.9.1"
|
|
http = "^0.9.1"
|
|
javascript = "^0.9.1"
|
|
json = "^0.9.1"
|
|
log = "^0.9.1"
|
|
net = "^0.9.1"
|
|
process = "^0.9.1"
|
|
std = "^0.9.1"
|
|
work = "^0.9.1"
|
|
|
|
[entrypoints]
|
|
buildTestAya = "ci/build_test_aya::buildTestAya"
|
|
buildTestAyaEbpf = "ci/build_test_aya_ebpf::buildTestAyaEbpfEntrypoint"
|