mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-14 00:01:12 +01:00
ce68338381
This is a release PR for **project-origins** to version **1.1.0**. Upon merging, you will still need to manually publish the cargo crate. ``` $ cd crates/project-origins $ cargo publish ``` To merge this release, review the changes then say: | bors r+ p=10 | |:-:|
25 lines
631 B
TOML
25 lines
631 B
TOML
[package]
|
|
name = "project-origins"
|
|
version = "1.1.0"
|
|
|
|
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.21"
|
|
tokio = { version = "1.19.2", features = ["fs"] }
|
|
tokio-stream = { version = "0.1.9", features = ["fs"] }
|
|
|
|
[dev-dependencies]
|
|
dunce = "1.0.2"
|
|
miette = "4.7.1"
|
|
tracing-subscriber = "0.3.11"
|