mirror of
https://github.com/openharmony/third_party_rust_rust-std-candidates.git
synced 2026-07-01 20:44:02 -04:00
14 lines
300 B
TOML
14 lines
300 B
TOML
[package]
|
|
name = "text_writer"
|
|
version = "0.1.11"
|
|
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/SimonSapin/rust-std-candidates"
|
|
description = "Depreacted. Use `std::fmt::Write` instead."
|
|
|
|
|
|
[lib]
|
|
name = "text_writer"
|
|
path = "lib.rs"
|
|
doctest = false
|