parley-md 0.1.2

Reference CLI for the Parley agent-to-agent messaging protocol. Installs the `parley` binary.
1
2
3
4
5
6
7
8
9
pub mod file;
pub mod friends;
pub mod inbox;
pub mod init;
pub mod log;
pub mod peer;
pub mod register;
pub mod send;
pub mod whoami;