Skip to content

Commit

Permalink
[all] Remove log crate dep from all Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmulidris committed Oct 12, 2024
1 parent 5a0a4c7 commit 40f9533
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cmdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ r3bl_macro = { path = "../macro", version = "0.9.10" } # ve
r3bl_tui = { path = "../tui", version = "0.5.9" } # version is requried to publish to crates.io
r3bl_tuify = { path = "../tuify", version = "0.1.27" } # version is requried to publish to crates.io
r3bl_analytics_schema = { path = "../analytics_schema", version = "0.0.2" } # version is requried to publish to crates.io
log = { version = "0.4.22", features = ["std"] }

# Reqwest (HTTP client).
reqwest = { version = "0.12.7", features = ["json"] }
Expand Down
1 change: 0 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ path = "src/lib.rs"
[dependencies]
# r3bl-open-core.
r3bl_ansi_color = { path = "../ansi_color", version = "0.6.9" } # Convert between ansi and rgb.
log = { version = "0.4.22", features = ["std"] } # For logging.

# https://github.com/serde-rs/serde.
serde = { version = "1.0.210", features = ["derive"] }
Expand Down
3 changes: 0 additions & 3 deletions tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ r3bl_core = { path = "../core", version = "0.9.16" } # version is re
r3bl_macro = { path = "../macro", version = "0.9.10" } # version is requried to publish to crates.io
r3bl_ansi_color = { path = "../ansi_color", version = "0.6.10" } # version is requried to publish to crates.io

# Logging.
log = { version = "0.4.22", features = ["std"] }

# Time
chrono = "0.4.38"

Expand Down
3 changes: 0 additions & 3 deletions tuify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ serde_json = "1.0.128"
# Terminal output.
crossterm = "0.28.1"

# Logging.
log = { version = "0.4.22", features = ["std"] }

# Clap.
# More info: https://stackoverflow.com/a/76131914/2085356
clap = { version = "4.5.17", features = ["derive", "wrap_help"] }
Expand Down

0 comments on commit 40f9533

Please sign in to comment.