diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,5 +7,8 @@ authors = ["bnewbold <bnewbold@robocracy.org>"] getopts = "^0.2" daemonize = "^0.2" udt = "0.1" +log = "0.3" +env_logger = "0.3" +syslog = "3" sodiumoxide = "*" rustc-serialize = "0.3" |