From 104b47aa66493eaf80cb2f8a026d829718f9daf6 Mon Sep 17 00:00:00 2001 From: ByteOtter Date: Thu, 27 Jun 2024 08:31:23 +0200 Subject: [PATCH] Update Cargo.toml (tmp) --- Cargo.toml | 2 +- src/publisher/publisher.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bd7e41a..927bf62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ thanix_client = "1.1.0" # Uncomment this line if you are using a custom thanix client implementation. # Change the path to be relative to this Cargo.toml file. # The package parameter is the name of your client package. This is needed if you assigned a custom name upon creation. -# thanix_client = { package = "your_package_name", path = "path/to/your/client/crate" } +# thanix_client = { package = "thanix_client", path = "path/to/your/crate" } [dev-dependencies] mockall = "0.11.4" diff --git a/src/publisher/publisher.rs b/src/publisher/publisher.rs index 2139d8f..4b78ec6 100644 --- a/src/publisher/publisher.rs +++ b/src/publisher/publisher.rs @@ -6,7 +6,6 @@ //! //! The actual request logic will be provided by the `thanix_client` crate. use std::process; - /// TODO: 1. Implement Creation/update logic 2. Denest by splitting query logic off 3. Do not panic upon request fail use thanix_client::{ paths::{