15 lines
364 B
TOML
15 lines
364 B
TOML
[package]
|
|
name = "agent-ping"
|
|
repository.workspace = true
|
|
description.workspace = true
|
|
readme.workspace = true
|
|
license-file.workspace = true
|
|
authors.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", tag = "wit-bindgen-0.10.0" } |