Skip to content

Commit 6201b9a

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tokio-scheduler-types/Cargo.toml

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

89
[dependencies]
910
tokio = { version = "^1", features = [] }

tokio-scheduler-types/README.MD

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)