add basic github

This commit is contained in:
2022-12-17 23:27:41 +01:00
parent 3300bb1ee1
commit 66105004e0
8 changed files with 123 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[workspace]
members = ["crates/tldr", "crates/util", "crates/sourcegraph"]
members = ["crates/tldr", "crates/util", "crates/sourcegraph", "crates/github"]
[workspace.dependencies]
clap = { version = "4.0.29", features = ["cargo"] }
@@ -15,6 +15,7 @@ walkdir = "2.3.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
github = { path = "crates/github" }
tldr = { path = "crates/tldr" }
sourcegraph = { path = "crates/sourcegraph" }
util = { path = "crates/util" }