Get started with a prettier server package

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Julia 2023-08-22 16:12:59 -04:00 committed by Kirill Bulatov
parent 76191fe47d
commit eced842dfc
7 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "prettier"
version = "0.1.0"
edition = "2021"
[dependencies]
[lib]
path = "src/prettier.rs"