mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
15 lines
283 B
TOML
15 lines
283 B
TOML
[package]
|
|
name = "cargo-run"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
default-run = "cargo-run"
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
semver = "1"
|
|
duct = "1"
|