From 08556b95edf02b8fde068d2db215c63446479564 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 10 May 2023 17:55:34 +0200 Subject: Simplify project by getting rid of workspace --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6e66a77..82a00bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ nix = { version = "0.26.2", default-features = false, features = ["user"] } 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" @@ -40,5 +39,3 @@ incremental = false [profile.release] lto = true - -[workspace] -- cgit v1.2.3