Skip to content

Commit 4d5694e

Browse files
committed
Return files to normal
1 parent b260f38 commit 4d5694e

File tree

5 files changed

+6
-1357
lines changed

5 files changed

+6
-1357
lines changed

lazer/publisher_sdk/rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2021"
55
description = "Pyth Lazer Publisher SDK types."
66
license = "Apache-2.0"
77
repository = "https://github.com/pyth-network/pyth-crosschain"
8+
build = "build.rs"
89

910
[dependencies]
1011
protobuf = "3.7.2"
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
pub mod transaction {
22
pub use crate::protobuf::pyth_lazer_transaction::*;
33
}
4+
45
pub mod publisher_update {
56
pub use crate::protobuf::publisher_update::*;
67
}
7-
mod protobuf;
8+
9+
mod protobuf {
10+
include!(concat!(env!("OUT_DIR"), "/protobuf/mod.rs"));
11+
}

lazer/publisher_sdk/rust/src/protobuf/mod.rs

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)