From a62fa84b0bb5abe3a2c52a047f47b6403ffcd54c Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Mon, 20 Mar 2023 23:34:50 +0200 Subject: Move user info gathering to its own workspace crate --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b273c83..1e98b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ rexpect = "0.5.0" rustyline = { version = "11.0.0", default-features = false } shlex = "1.1.0" thiserror = "1.0.38" +user-info = { path = "user-info" } [dev-dependencies] anyhow = "1.0.69" @@ -21,3 +22,5 @@ assert_cmd = "2.0.8" get-port = "4.0.0" once_cell = "1.17.1" tempfile = "3.4.0" + +[workspace] -- cgit v1.2.3