File: Cargo.toml.orig

package info (click to toggle)
rust-io-tee 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 88 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[package]
name = "io_tee"
description = "Tee Read, BufRead, and Seek instances to a writer"
repository = "https://github.com/TheOnlyMrCat/io_tee"
readme = "README.md"
license = "MIT OR Apache-2.0"
version = "0.1.1"
edition = "2018"

[dependencies]