9 lines
190 B
TOML
9 lines
190 B
TOML
[package]
|
|
name = "readformat"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/tudbut/readformat"
|
|
license = "MIT"
|
|
description = "Very small format reader"
|
|
|
|
[dependencies]
|