Skip to content

Commit e837997

Browse files
feat: ready for publish to crates.io
1 parent 6201b9a commit e837997

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tokio-scheduler-macro/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ version = "2.0.0"
44
edition = "2021"
55
description = "Macros for tokio-scheduler-rs"
66
license = "MIT"
7+
readme = "README.MD"
78

89
[lib]
910
proc-macro = true
1011

1112
[dependencies]
1213
syn = { version = "^2", features = ["full"] }
1314
quote = "^1"
14-
tokio-scheduler-types = { path = '../tokio-scheduler-types' }
15+
tokio-scheduler-types = { version = "^2" }
1516
convert_case = { version = "^0" }
1617
proc-macro2 = "^1"
1718

tokio-scheduler-macro/README.MD

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# tokio-scheduler-macro
2+
3+
This crate provides a procedural macro for the tokio-scheduler-rs ecosystem.

0 commit comments

Comments
 (0)