mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* Fix indentation * Set the correct name of the crate in root Cargo.toml * Fix all compile errors
9 lines
150 B
TOML
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"
|