diff --git a/Cargo.toml b/Cargo.toml index d39c51d..8f65ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tokio = { version = "1.28", features = ["rt", "sync", "rt-multi-thread"] } log = "0.4" env_logger = "0.10.1" async-trait = "0.1.83" -dagrs-derive = { path = "dagrs-derive", optional = true } +dagrs-derive = { path = "dagrs-derive", optional = true, version = "0.4.0" } proc-macro2 = "1.0" futures = "0.3.31" @@ -58,4 +58,4 @@ name = "compute_dag" name = "custom_node" [[example]] -name = "hello_dagrs" \ No newline at end of file +name = "hello_dagrs" diff --git a/dagrs-derive/Cargo.toml b/dagrs-derive/Cargo.toml index 43aa1a3..2d48c86 100644 --- a/dagrs-derive/Cargo.toml +++ b/dagrs-derive/Cargo.toml @@ -1,5 +1,10 @@ [package] name = "dagrs-derive" +authors = [ + "Quanyi Ma ", + "Xiaolong Fu ", + "Zhilei Qiu ", +] version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0"