Skip to content

Commit

Permalink
Moved to proc_macros folder to macros folder
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Edgell <zacharyedgell@gmail.com>
  • Loading branch information
zedgell committed Mar 17, 2024
1 parent dccb1a3 commit ef8cea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pubsub/subscriber.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
use dapr_macros::topic;
use tonic::transport::Server;

use dapr::appcallback::AppCallbackService;
use dapr::serde::{Deserialize, Serialize};
use dapr::{
appcallback::*, dapr::dapr::proto::runtime::v1::app_callback_server::AppCallbackServer,
};
use dapr::appcallback::AppCallbackService;
use dapr::serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug)]
struct Order {
Expand Down

0 comments on commit ef8cea0

Please sign in to comment.