mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 13:27:37 +03:00
Add authors to Cargo.toml
This commit is contained in:
parent
57d3d6ea39
commit
b1cc1e5bb4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cargo-expand-test"
|
name = "cargo-expand-test"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue