aries-cli 0.1.1

A simple Aries Cloudagent Controller
1
2
3
4
5
6
7
8
9
10
11
/// Configugration module which is used for getting the config file
pub mod config;

/// Module that allows the `http_agent` to make `get` and `post` requests
pub mod http;

/// Module that allows any `agent` to give output to stdout and stderr
pub mod logger;

/// Module that allows to print a qr code to stdout
pub mod qr;