Skip to content

Commit

Permalink
refactor: move hok src to project root
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jul 21, 2023
1 parent e9cb2b1 commit e069a22
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 43 deletions.
30 changes: 29 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
[package]
name = "hok"
description = "Hok is a CLI implementation of Scoop in Rust"
homepage = "https://github.com/chawyehsu/hok"
version = "0.1.0-alpha.1"
authors = ["Chawye Hsu <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
readme = "README.md"

[workspace]
members = [
"crates/hok",
"crates/libscoop",
"crates/scoop_hash"
]

[lib]
path = "src/lib.rs"

[[bin]]
name = "hok"
path = "src/main.rs"

[dependencies]
anyhow = "1.0"
clap = { version = "4.3", features = ["wrap_help", "cargo"] }
crossterm = "0.26"
env_logger = "0.8.3"
indicatif = "0.17.0"
regex = "1.5.3"
remove_dir_all = "0.7.0"
libscoop = { version = "0.1.0-alpha.1", path = "./crates/libscoop" }
sysinfo = "0.29"


[profile.release]
lto = "fat"
panic = "abort"
Expand Down
File renamed without changes.
27 changes: 0 additions & 27 deletions crates/hok/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions crates/hok/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e069a22

Please sign in to comment.