with sourcegraph as well

This commit is contained in:
2022-12-17 22:56:07 +01:00
parent 6dc747f8b0
commit 51b54f83b6
8 changed files with 104 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "sourcegraph"
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