crane/checks/git-overlapping/Cargo.toml

9 lines
199 B
TOML

[package]
name = "git-overlapping"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { git = "https://github.com/tokio-rs/tokio" }
tokio-util = { git = "https://github.com/tokio-rs/tokio" }