Add metadata (#45)

* Add wasm-pack metadata
* Add Wasm tests directory
* Add basic Cargo manifest metadata
* Make web frontend unpublishable to npm
This commit is contained in:
ProTheory8
2021-03-27 11:16:05 +01:00
committed by GitHub
parent 479d2856c6
commit fde5f7e21f
8 changed files with 61 additions and 25 deletions
+4 -2
View File
@@ -3,7 +3,9 @@ name = "graphite-document-core"
version = "0.1.0"
authors = ["Graphite Authors <contact@graphite.design>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
readme = "../../README.md"
homepage = "https://www.graphite.design"
repository = "https://github.com/GraphiteEditor/Graphite"
license = "Apache-2.0"
[dependencies]