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

13
crates/github/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "github"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
util = { path = "../util" }
eyre.workspace = true
clap.workspace = true
dirs.workspace = true