diff rust/Cargo.toml @ 587:646f03870762 rust

trying rust
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Dec 2016 00:15:14 +0800
parents
children 038734052b20
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/Cargo.toml	Wed Dec 14 00:15:14 2016 +0800
@@ -0,0 +1,7 @@
+[package]
+name = "wort-templog"
+version = "0.1.0"
+authors = ["Matt Johnston <[email protected]>"]
+
+[dependencies]
+RobotS = { path = "RobotS" }