summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5fea8e41747782171f730485c8b0578cc77f6c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "just_fmt"
authors = ["Weicao-CatilGrass"]
description = "Just a crate for formatting some things"

readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/catilgrass/just_fmt"

version = "0.1.0"
edition = "2024"

[dependencies]
strip-ansi-escapes = "0.2.1"