yurtfmt 0.0.0

Yurt Formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "yurtfmt"
description = "Yurt Formatter"
version = "0.0.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://essential.builders/"
repository = "https://github.com/mohammadfawaz/yurtfmt"

[lib]
name = "yurtfmt"
path = "src/lib.rs"

[dependencies]