watchexec/crates/project-origins/Cargo.toml

25 lines
615 B
TOML
Raw Permalink Normal View History

2022-06-15 05:25:05 +02:00
[package]
name = "project-origins"
2024-04-28 08:45:52 +02:00
version = "1.4.0"
2022-06-15 05:25:05 +02:00
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
description = "Resolve project origins and kinds from a path"
keywords = ["project", "origin", "root", "git"]
documentation = "https://docs.rs/project-origins"
repository = "https://github.com/watchexec/watchexec"
readme = "README.md"
rust-version = "1.58.0"
edition = "2021"
[dependencies]
futures = "0.3.29"
tokio = { version = "1.33.0", features = ["fs"] }
2022-06-15 05:25:05 +02:00
tokio-stream = { version = "0.1.9", features = ["fs"] }
[dev-dependencies]
2024-04-20 07:45:50 +02:00
miette = "7.2.0"
2022-06-15 05:25:05 +02:00
tracing-subscriber = "0.3.11"