dprint-core 0.24.1

Core rust library for dprint.
Documentation
[package]
name = "dprint-core"
description = "Core rust library for dprint."
keywords = ["formatting", "formatter"]
version = "0.24.1"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/dprint/dprint/tree/master/crates/core"
repository = "https://github.com/dprint/dprint"

[dependencies]
serde = { version = "1.0.88", features = ["derive"] }