Fix license issue
This commit is contained in:
parent
7aea95704e
commit
ef73bf799c
1 changed files with 2 additions and 0 deletions
|
@ -2,9 +2,11 @@
|
||||||
name = "prettier"
|
name = "prettier"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "src/prettier.rs"
|
path = "src/prettier.rs"
|
||||||
|
doctest = false
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
test-support = []
|
test-support = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue