Browse Source

Change Cargo.toml so that github actions do not get confused

Github actions fail to do `sed -n 's/^name = "\(.*\)"/\1/p' Cargo.toml` and get
a name
pull/2/head v0.5.1
JuanLeon Lahoz 4 years ago
parent
commit
2c920dc781
  1. 8
      Cargo.toml

8
Cargo.toml

@ -13,12 +13,12 @@ categories = ["command-line-utilities", "text-processing"]
license = "MIT"
[lib]
name = "lowcharts"
path = "src/lib.rs"
name = "lowcharts"
path = "src/lib.rs"
[[bin]]
name = "lowcharts"
path = "src/main.rs"
name = "lowcharts"
path = "src/main.rs"
[dependencies]

Loading…
Cancel
Save