juju 0.7.0

A library to interact with the Juju system. For an example charm see: https://github.com/cholcombe973/gluster-charm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "juju"
description = "A library to interact with the Juju system. For an example charm see: https://github.com/cholcombe973/gluster-charm"
documentation = "https://docs.rs/juju"
version = "0.7.0"
authors = ["Chris Holcombe <xfactor973@gmail.com>"]
repository = "https://github.com/cholcombe973/Juju"
license = "MIT"

[dependencies]
charmhelpers = "~0.1"
chrono = "~0.3"
log = "~0.3"
memchr = "~1.0"
rusqlite = {features=["chrono"], version="~0.10"}
serde = "~0.9"
serde_derive = "~0.9"
serde_json = "~0.9"