From 5364da1934cbf558683872559310f7bb76f3eafd Mon Sep 17 00:00:00 2001 From: TQ Hirsch Date: Thu, 11 May 2023 01:30:40 +0200 Subject: [PATCH] Added workspace TOML --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c7a9b09 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] +members = [ + "d3270-common", + "d3270d", + "qt3270" +]