mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 16:32:23 +03:00
9 lines
199 B
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" }
|