Skip to content

Commit

Permalink
Archive crates
Browse files Browse the repository at this point in the history
Move git-commit, git-trailers, and link-git to an archived directory
to hide them away -- showing the intent that radicle-git-ext will be
the main crate for git functionality.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
  • Loading branch information
FintanH committed Mar 27, 2023
1 parent e81ea9b commit 1668d9f
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
[workspace]
members = [
"git-commit",
"git-storage",
"git-trailers",
"link-git",
"radicle-git-ext",
"radicle-std-ext",
"radicle-surf",
# TODO: port gitd-lib over
# "cli/gitd-lib",
"test",
]
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,10 @@ doctest = false
test = true
doc = false

[dev-dependencies.git-commit-test]
path = "../git-commit/t"
features = ["test"]

[dev-dependencies.radicle-git-ext-test]
path = "../radicle-git-ext/t"
features = ["test"]

[dev-dependencies.git-trailers-test]
path = "../git-trailers/t"
features = ["test"]

[dev-dependencies.link-git-test]
path = "../link-git/t"
features = ["test"]

[dev-dependencies.radicle-surf-test]
path = "../radicle-surf/t"
features = ["test"]
Expand Down

0 comments on commit 1668d9f

Please sign in to comment.