We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3053bd0 commit 6201b9aCopy full SHA for 6201b9a
tokio-scheduler-types/Cargo.toml
@@ -4,6 +4,7 @@ version = "2.0.0"
4
edition = "2021"
5
description = "Types for tokio-scheduler-rs"
6
license = "MIT"
7
+readme = "README.MD"
8
9
[dependencies]
10
tokio = { version = "^1", features = [] }
tokio-scheduler-types/README.MD
@@ -0,0 +1,3 @@
1
+# tokio-scheduler-types
2
+
3
+This crate provides the core types and traits for the tokio-scheduler-rs ecosystem.
0 commit comments