Skip to content

Commit

Permalink
Starting project refactoring - version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xN4P4LM committed Nov 5, 2023
1 parent a99dac0 commit 2f1834b
Show file tree
Hide file tree
Showing 37 changed files with 23 additions and 1,019 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ Cargo.lock
# self-testing folder
testing/

# submodules
.gitmodules

# OS generated files
.DS_Store
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tools"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Diana Moore <dmoore@xn4p4lm.com>"]
description = "A collection of tools for the terminal."
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
crossterm = "0.27.0"
once_cell = "1.18.0"
ratatui = "0.24.0"
ratatui = { version = "0.24.0", features = ["all-widgets"] }
semver = "1.0.20"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
Expand Down
Empty file removed src/controller/down/mod.rs
Empty file.
77 changes: 0 additions & 77 deletions src/controller/init/mod.rs

This file was deleted.

123 changes: 0 additions & 123 deletions src/controller/init/submodules/mod.rs

This file was deleted.

Loading

0 comments on commit 2f1834b

Please sign in to comment.