commit | b6b6dc715c0073af76de8244191b18c43ed4d24d | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu.liu@airbnb.com> | Sat Oct 08 14:28:44 2022 +0800 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Oct 12 22:38:37 2023 +0200 |
tree | ad872a3b832d1ab5a1427949b5ba735f7b693100 | |
parent | 653d184a840dee4221d8fbf88b91ec6318cd2684 [diff] [blame] |
rust to add uuid support
diff --git a/test/rs/Cargo.toml b/test/rs/Cargo.toml index b039fff..da53b96 100644 --- a/test/rs/Cargo.toml +++ b/test/rs/Cargo.toml
@@ -11,7 +11,7 @@ bitflags = "=1.2" env_logger = "0.8" log = "0.4" +uuid = "1" [dependencies.thrift] path = "../../lib/rs" -