Skip to content

Commit

Permalink
rewrite coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ten committed Oct 11, 2023
1 parent 91ff4c7 commit bec676b
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 1,912 deletions.
54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@ repository = "https://github.com/m1ten/krait"
license = "Apache-2.0"
publish = false

[lib]
name = "krt"
path = "src/lib/mod.rs"
# [lib]
# name = "krt"
# path = "src/lib/mod.rs"

[dependencies]
clap = "3.2.23"
reqwest = { version = "0.11.13", features = ["blocking", "json"] }
git2 = "0.15.0"
indexmap = "1.9.2"
which = "4.3.0"
dirs = "4.0.0"
tokio = { version = "1.21.1", features = ["full"] }
online = "4.0.0"
mlua = { version = "0.8.7", features = ["luau", "serialize"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.91"
bat = "0.22.1"
smart-default = "0.6.0"
regex = "1.7.0"
futures = "0.3.25"
console = "0.15.2"
indicatif = "0.17.2"
sha1 = "0.10.5"
crossterm = "0.25.0"
# [dependencies]
# clap = "3.2.23"
# reqwest = { version = "0.11.13", features = ["blocking", "json"] }
# git2 = "0.15.0"
# indexmap = "1.9.2"
# which = "4.3.0"
# dirs = "4.0.0"
# tokio = { version = "1.21.1", features = ["full"] }
# online = "4.0.0"
# mlua = { version = "0.8.7", features = ["luau", "serialize"] }
# serde = { version = "1.0.147", features = ["derive"] }
# serde_json = "1.0.91"
# bat = "0.22.1"
# smart-default = "0.6.0"
# regex = "1.7.0"
# futures = "0.3.25"
# console = "0.15.2"
# indicatif = "0.17.2"
# sha1 = "0.10.5"
# crossterm = "0.25.0"

[target.'cfg(unix)'.dependencies]
nix = "0.25.0"
# [target.'cfg(unix)'.dependencies]
# nix = "0.25.0"

[target.'cfg(windows)'.dependencies]
is_elevated = "0.1.2"
# [target.'cfg(windows)'.dependencies]
# is_elevated = "0.1.2"

[profile.release]
lto = true
Expand Down
124 changes: 0 additions & 124 deletions src/lib/args.rs

This file was deleted.

129 changes: 0 additions & 129 deletions src/lib/mod.rs

This file was deleted.

Loading

0 comments on commit bec676b

Please sign in to comment.