Skip to content

Commit 1668d9f

Browse files
committed
Archive crates
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 <[email protected]> X-Clacks-Overhead: GNU Terry Pratchett
1 parent e81ea9b commit 1668d9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+0
-17
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
[workspace]
22
members = [
3-
"git-commit",
43
"git-storage",
5-
"git-trailers",
6-
"link-git",
74
"radicle-git-ext",
85
"radicle-std-ext",
96
"radicle-surf",
10-
# TODO: port gitd-lib over
11-
# "cli/gitd-lib",
127
"test",
138
]
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.

test/Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,10 @@ doctest = false
1111
test = true
1212
doc = false
1313

14-
[dev-dependencies.git-commit-test]
15-
path = "../git-commit/t"
16-
features = ["test"]
17-
1814
[dev-dependencies.radicle-git-ext-test]
1915
path = "../radicle-git-ext/t"
2016
features = ["test"]
2117

22-
[dev-dependencies.git-trailers-test]
23-
path = "../git-trailers/t"
24-
features = ["test"]
25-
26-
[dev-dependencies.link-git-test]
27-
path = "../link-git/t"
28-
features = ["test"]
29-
3018
[dev-dependencies.radicle-surf-test]
3119
path = "../radicle-surf/t"
3220
features = ["test"]

0 commit comments

Comments
 (0)