summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorNurrl <Thecakeisplaying@gmail.com>2018-10-17 17:54:41 +0200
committerdoug tangren <d.tangren@gmail.com>2018-10-17 11:54:41 -0400
commitfca3f67dae0f39a6c11c6ad414eebfbd751d5a47 (patch)
tree64b916eb5690dd3bb53419b41b68c2fb9b9e39af /src/lib.rs
parent06a01b8ebfbeecfab3211e0d273e4790adb904b7 (diff)
[OK] Expose port (#127)
* Added the 'expose' function to ContainerOptionBuilder impl. (Closes #73, Replaces #74) * Forgot the , nevermind :ok_hand:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e3a848c..ba807a0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -29,6 +29,7 @@ extern crate url;
#[macro_use]
extern crate serde_derive;
extern crate serde;
+#[macro_use]
extern crate serde_json;
extern crate tokio;