cloud storage client
git clone https://git.lucas.co/cce-cloud.git
Refactor ScrollingList to List and fix window decoration blur and styling
Cargo.toml | 2 +-
Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 77d5703..3d70f52 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "clear-cloud"
+name = "cce-cloud"
version = "0.1.0"
edition = "2021"
diff --git a/Makefile b/Makefile
index 44181a7..adee788 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ build:
install: build
mkdir -p ~/.local/bin
- install -m 755 ../target/release/clear-cloud ~/.local/bin/clear-cloud
+ install -m 755 ../target/release/cce-cloud ~/.local/bin/cce-cloud
run:
cargo run