diff options
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml new file mode 100644 index 0000000..539990b --- /dev/null +++ b/base/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "ilc-base" +version = "0.1.0" +authors = ["Till Höppner <till@hoeppner.ws>"] + +[dependencies] +log = "0.3.5" +chrono = "0.2.19" +rustc-serialize = "0.3.18" |