pristine 0.0.0

A Ruby formatter using ruby-prism
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors       = ["magic-akari <akari.ccino@gmail.com>"]
categories    = ["development-tools"]
description   = "A Ruby formatter using ruby-prism"
documentation = "https://docs.rs/pristine"
edition       = "2024"
homepage      = "https://github.com/magic-akari/pristine"
keywords      = ["ruby", "formatter", "prism"]
license       = "MIT"
name          = "pristine"
readme        = "README.md"
repository    = "https://github.com/magic-akari/pristine"
version       = "0.0.0"

[dependencies]
ruby-prism = "1.6.0"