From d1820c1516a31a149fc51a9e5126bf899e4c4e08 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Wed, 27 Sep 2017 19:48:07 +0000 Subject: rust implementation of protover --- src/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rust/Cargo.toml') diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index fc4377e8b4..6943627e38 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["tor_util"] +members = ["tor_util", "protover", "smartlist", "external", "c_string"] [profile.release] debug = true -- cgit v1.2.3-54-g00ecf