diff --git a/Cargo.toml b/Cargo.toml index 19cfd818..ac7243c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ chan = "0.1.21" chan-signal = "0.3.1" nix = "*" melib = { path = "melib", version = "*" } - ui = { path = "ui", version = "*" } [profile.release] diff --git a/debug_printer/Cargo.toml b/debug_printer/Cargo.toml index ae510a78..795d069c 100644 --- a/debug_printer/Cargo.toml +++ b/debug_printer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "debug_printer" version = "0.0.1" #:version -authors = [] +authors = ["Manos Pitsidianakis "] workspace = ".." [lib] diff --git a/melib/Cargo.toml b/melib/Cargo.toml index 33423ad8..e522490b 100644 --- a/melib/Cargo.toml +++ b/melib/Cargo.toml @@ -2,7 +2,7 @@ name = "melib" version = "0.0.1" #:version edition = "2018" -authors = [] +authors = ["Manos Pitsidianakis "] workspace = ".." [dependencies] diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 4a8e5184..7f45d594 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "testing" version = "0.0.1" #:version -authors = [] +authors = ["Manos Pitsidianakis "] workspace = ".." [[bin]] diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 7520f51f..638d2eec 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ui" version = "0.0.1" #:version -authors = [] +authors = ["Manos Pitsidianakis "] workspace = ".." [dependencies]