diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-12-07 17:14:32 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-12-07 17:14:32 +0100 |
commit | 17f3c1a5023ff0457299b272a608ba45875841c7 (patch) | |
tree | e026f06d3568fcbf99cbe35cb3f424e01b81adf1 /Cargo.toml | |
parent | daacf2ee3d5da8f672d1403657997c7f20a2893a (diff) | |
download | kondou-17f3c1a5023ff0457299b272a608ba45875841c7.tar.gz kondou-17f3c1a5023ff0457299b272a608ba45875841c7.tar.bz2 kondou-17f3c1a5023ff0457299b272a608ba45875841c7.zip |
implement chatlink parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,3 +20,4 @@ itertools = "0.8.0" md5 = "0.7" base64 = "0.11" termcolor = "1.0" +num_enum = "0.4" |