smurf/Cargo.toml
Ivan Bushchik 8449b97658
0.3.0
- add read_file_bytes
- rename read_file_to_str() -> read_file_str()
- change return types of read_file_* to Result<T, std::io::Error>
- unpub shell::run()
- don't overwrite $PATH in shell::run()
- remove unnecessary tests

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-09-14 18:40:07 +03:00

13 lines
253 B
TOML

[package]
name = "smurf"
version = "0.3.0"
edition = "2021"
authors = ["Ivan Bushchik <ivabus@ivabus.dev>"]
description = "SMall Useful Rust Functions"
readme = "README.md"
repository = "https://github.com/ivabus/smurf"
license = "MIT"
[dependencies]