From 4c662fc6d08009fcdfa5b49e7875e44abf3971d8 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Fri, 26 Mar 2021 16:01:22 +0000 Subject: Start porting to cargo-make --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 776eb3e90..b20ed6af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,6 @@ description = "Terminal workspace (WIP)" license = "MIT" repository = "https://github.com/zellij-org/zellij" -[features] -publish = [] - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -58,6 +55,7 @@ members = [ "default-tiles/status-bar", "default-tiles/strider", "default-tiles/tab-bar", + ".", ] [profile.release] -- cgit v1.2.3 From ccc34f1fe2f5c1d067fc6ff995b6719348ff13f6 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 1 Apr 2021 12:18:05 +0100 Subject: Rudamentary running support implemented --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b20ed6af3..06fb0c25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,10 +44,7 @@ features = ["unstable"] insta = "1.6.0" [build-dependencies] -directories-next = "2.0" structopt = "0.3" -walkdir = "2" -toml = "0.5.8" [workspace] members = [ -- cgit v1.2.3 From ee70927611bbadee48402f1fe6d1b2930f72d68c Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 13 Apr 2021 18:59:45 +0100 Subject: chore(crates.io): bump version to test upload --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a581dda67..8d46c91a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.2.1" +version = "0.3.0" authors = ["Aram Drevekenin "] edition = "2018" description = "Terminal workspace (WIP)" -- cgit v1.2.3 From a16a8ad6e3f0e14b8873c5a23c6e3cab768d7c99 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 13 Apr 2021 20:58:23 +0100 Subject: chore(crates.io): bump version to publish --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8d46c91a1..e4db75733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.3.0" +version = "0.3.1" authors = ["Aram Drevekenin "] edition = "2018" description = "Terminal workspace (WIP)" -- cgit v1.2.3 From e98dd69a8891bc3bdf2ba3c6781f7aa527cea876 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Wed, 14 Apr 2021 19:20:27 +0100 Subject: chore(crates.io): bump version to publish --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e4db75733..6170016cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.3.1" +version = "0.3.2" authors = ["Aram Drevekenin "] edition = "2018" description = "Terminal workspace (WIP)" -- cgit v1.2.3 From 03011c1e5a70b9ac68a0806f114b7ff8859fa722 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Wed, 14 Apr 2021 20:04:02 +0100 Subject: fix(crates.io): fix outdated zellij-tile library --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6170016cb..30c727b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.3.2" +version = "0.3.3" authors = ["Aram Drevekenin "] edition = "2018" description = "Terminal workspace (WIP)" @@ -34,7 +34,7 @@ lazy_static = "1.4.0" wasmer = "1.0.0" wasmer-wasi = "1.0.0" interprocess = "1.0.1" -zellij-tile = { path = "zellij-tile/", version = "0.5.0" } +zellij-tile = { path = "zellij-tile/", version = "0.6.0" } [dependencies.async-std] version = "1.3.0" -- cgit v1.2.3 From fee999ec40b469564e65c8c551f463805003ba6d Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Mon, 19 Apr 2021 23:37:47 +0100 Subject: fix(naming): made plugin terminology more consistent --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 30c727b29..e6d5dfbb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ lazy_static = "1.4.0" wasmer = "1.0.0" wasmer-wasi = "1.0.0" interprocess = "1.0.1" -zellij-tile = { path = "zellij-tile/", version = "0.6.0" } +zellij-tile = { path = "zellij-tile/", version = "1.0.0" } [dependencies.async-std] version = "1.3.0" @@ -49,9 +49,9 @@ structopt = "0.3" [workspace] members = [ "zellij-tile", - "default-tiles/status-bar", - "default-tiles/strider", - "default-tiles/tab-bar", + "default-plugins/status-bar", + "default-plugins/strider", + "default-plugins/tab-bar", ".", ] -- cgit v1.2.3 From 3d6312938fa8f890df1900b0b37c45626b388327 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 20 Apr 2021 00:23:01 +0100 Subject: chore(release): bump version and add some pre-release info --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e6d5dfbb1..cbf26ce1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "zellij" -version = "0.3.3" +version = "0.5.0-beta" authors = ["Aram Drevekenin "] edition = "2018" -description = "Terminal workspace (WIP)" +description = "A terminal workspace with batteries included" license = "MIT" repository = "https://github.com/zellij-org/zellij" +homepage = "https://zellij.dev" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3 From 74cc48fc500f7f81a867394e8d6550562500d14f Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 20 Apr 2021 00:27:18 +0100 Subject: fix(release): beta tag breaks cargo install --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cbf26ce1e..688080f11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.5.0-beta" +version = "0.5.0" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included" -- cgit v1.2.3 From e6deacb6953b7d93b3d2329fcccd35dd0ec128a4 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 21 Apr 2021 09:21:30 +0800 Subject: Reduce crate size by 4.8MB using `cargo diet`, to 77kB On top of that I verified that `cargo package` is still able to build, adjusting the includes in the process to assure required assets are packaged, too. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 688080f11..c133c04c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "A terminal workspace with batteries included" license = "MIT" repository = "https://github.com/zellij-org/zellij" homepage = "https://zellij.dev" +include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/completions/*", "LICENSE.md", "README.md", "build.rs", "!**/*_test.*", "!**/tests/**/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3 From b3ec1d81dd38b9deeb6c326dc617656d2fc445e9 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Apr 2021 09:57:21 +0800 Subject: Remove build.rs from package, allowing for completions to be excluded too --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c133c04c5..52446fafe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "A terminal workspace with batteries included" license = "MIT" repository = "https://github.com/zellij-org/zellij" homepage = "https://zellij.dev" -include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/completions/*", "LICENSE.md", "README.md", "build.rs", "!**/*_test.*", "!**/tests/**/*"] +include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3