diff --git a/Cargo.toml b/Cargo.toml index a4c93f2..75ee89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "server", @@ -34,6 +35,7 @@ edition = "2021" readme = "./README.md" repository = "https://github.com/martin-cowie/pepys" + [workspace.dependencies] chrono = "0.4.22" # get_if_addrs = "0.5.3" diff --git a/.cargo/config b/config.toml similarity index 100% rename from .cargo/config rename to config.toml