Skip to content

Commit

Permalink
refactor: finishing extractions
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jun 19, 2024
1 parent 88f8ae4 commit 08f20c1
Show file tree
Hide file tree
Showing 34 changed files with 240 additions and 289 deletions.
98 changes: 39 additions & 59 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["crates/commands/*", "crates/libs/*", "crates/cog", "crates/cocogitto"]
members = ["crates/commands/*", "crates/libs/*", "crates/cog"]
resolver = "2"

[profile.release]
Expand All @@ -19,7 +19,7 @@ cocogitto-git = { path = "crates/libs/cocogitto-git" }
cocogitto-bump = { path = "crates/libs/cocogitto-bump" }
cocogitto-test-helpers = { path = "crates/libs/cocogitto-test-helpers" }
cocogitto-schema = { path = "crates/libs/cocogitto-schema" }
cocogitto = { path = "crates/cocogitto" }
cog-command = { path = "crates/commands/cog-command" }
cog-check = { path = "crates/commands/cog-check" }
cog-commit = { path = "crates/commands/cog-commit" }
cog-edit = { path = "crates/commands/cog-edit" }
Expand Down
48 changes: 0 additions & 48 deletions crates/cocogitto/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion crates/cocogitto/src/command/bump/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/cocogitto/src/command/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/cocogitto/src/error.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/cocogitto/tests/bump.rs

This file was deleted.

Loading

0 comments on commit 08f20c1

Please sign in to comment.