agent-pay 0.1.0

L402 + DID-signed invoices: agent-to-agent Lightning payments (Rust port of @p-vbordei/agent-pay)
Documentation
1
2
3
4
5
6
use agent_pay::VERSION;

#[test]
fn package_version_is_v01_banner() {
    assert_eq!(VERSION, "agent-pay/0.1");
}