diff --git a/Cargo.toml b/Cargo.toml index 1a94e23..8fa7d0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "dagrs" -version = "0.2.0" +authors = ["Quanyi Ma ", "Zhilei Qiu "] +version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "The DAG engine, named dagrs, is designed to execute multiple tasks with graph-like dependencies. It offers high performance and asynchronous execution, providing a convenient programming interface for Rust developers." +readme = "README.md" +repository = "https://github.com/open-rust-initiative/dagrs" +keywords = ["DAG", "task", "executor", "async", "parallel", "concurrent"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] yaml-rust = "0.4.5" diff --git a/README.md b/README.md index 5c63109..41e4ac1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dagrs +# Dagrs ## What is dagrs