This proves that the new scheme works
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"chrono",
"chrono-tz",
"delegate",
- "derive_more",
"downcast-rs",
"either",
"enum-map",
"chrono",
"chrono-tz",
"delegate",
- "derive_more",
"either",
"failure",
"fehler",
chrono = "0.4"
chrono-tz = "0.5"
delegate = "0.5"
-derive_more = "0.99"
downcast-rs = "1"
either = "1"
enum-map = { version = "0.6", features = [ "serde" ] }
// There is NO WARRANTY.
pub use arrayvec;
+pub use derive_more;
chrono = "0.4"
chrono-tz = "0.5"
delegate = "0.5"
-derive_more = "0.99"
either = "1"
failure = "0.1.8" # for pwd
fehler = "1"
#![allow(unused_imports)]
+use otter::imports::*;
+
use std::cell::Cell;
use std::cell::RefCell;
use std::rc::Rc;