diff options
Diffstat (limited to 'formats/weechat/Cargo.toml')
-rw-r--r-- | formats/weechat/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/formats/weechat/Cargo.toml b/formats/weechat/Cargo.toml new file mode 100644 index 0000000..5b0ef3f --- /dev/null +++ b/formats/weechat/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "ilc-format-weechat" +version = "0.1.0" +authors = ["Till Höppner <till@hoeppner.ws>"] + +[dependencies] +log = "0.3.5" +chrono = "0.2.19" +# ilc-base = "*" +ilc-base = { path = "../../base" } |