Files
Graphite/packages/graphite-editor/Cargo.toml
ProTheory8 a8a9e15a4a Make it compile (#37)
* Fix indentation

* Set the correct name of the crate in root Cargo.toml

* Fix all compile errors
2021-03-22 21:42:14 +05:00

9 lines
150 B
TOML

[package]
name = "graphite-editor"
version = "0.1.0"
authors = ["Keavon Chambers <graphite@keavon.com>"]
edition = "2018"
[dependencies]
log = "0.4"