Add authors to Cargo.toml of each package

memfd
Manos Pitsidianakis 5 years ago
parent 5a9ee50bbc
commit f1c72588c3
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -13,7 +13,6 @@ chan = "0.1.21"
chan-signal = "0.3.1"
nix = "*"
melib = { path = "melib", version = "*" }
ui = { path = "ui", version = "*" }
[profile.release]

@ -1,7 +1,7 @@
[package]
name = "debug_printer"
version = "0.0.1" #:version
authors = []
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[lib]

@ -2,7 +2,7 @@
name = "melib"
version = "0.0.1" #:version
edition = "2018"
authors = []
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[dependencies]

@ -1,7 +1,7 @@
[package]
name = "testing"
version = "0.0.1" #:version
authors = []
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[[bin]]

@ -1,7 +1,7 @@
[package]
name = "ui"
version = "0.0.1" #:version
authors = []
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
[dependencies]

Loading…
Cancel
Save