feat: added cargo.toml metadata
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -2,6 +2,19 @@
|
||||
name = "teewriter"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
repository = "https://git.darksailor.dev/servius/teewriter"
|
||||
license = "MIT"
|
||||
description = "A library to write to multiple writers simultaneously"
|
||||
keywords = [
|
||||
"tee",
|
||||
"writer",
|
||||
"io",
|
||||
"async",
|
||||
"sync",
|
||||
"teewriter",
|
||||
"tokio",
|
||||
"futures",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
Reference in New Issue
Block a user