Rename more of the project structure. Fixes #39.

This commit is contained in:
Keavon Chambers
2021-03-22 11:49:17 -07:00
parent 4407c671c5
commit 7a9be14a10
15 changed files with 14 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "graphite-cli"
version = "0.1.0"
authors = ["Graphite Authors <graphite@keavon.com>"]
authors = ["Graphite Authors <contact@graphite.design>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -12,9 +12,9 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/keavon/graphite.git"
"url": "git+https://github.com/graphiteeditor/graphite.git"
},
"author": "Keavon Chambers <graphite@keavon.com>",
"author": "Graphite Authors <contact@graphite.design>",
"license": "Apache-2.0",
"homepage": "https://www.graphite.design",
"devDependencies": {
@@ -54,4 +54,4 @@
"vue": "^3.0.7",
"vue-class-component": "^8.0.0-0"
}
}
}

View File

@@ -1,7 +1,8 @@
[package]
name = "wasm-wrapper"
publish = false
version = "0.1.0"
authors = ["Keavon Chambers <graphite@keavon.com>"]
authors = ["Graphite Authors <contact@graphite.design>"]
edition = "2018"
[lib]