Skip to content

Commit

Permalink
add lending
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyluis committed Jan 7, 2025
1 parent 5352b6c commit ec71a17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion side-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "side-proto"
version = "0.1.0-dev7"
version = "0.1.0-dev8"
edition = "2021"
description = "Rust Client for Side Chain"
readme = "README.md"
Expand Down
3 changes: 3 additions & 0 deletions side-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ pub mod side {
pub mod dlc {
include!("prost/side/side.dlc.rs");
}
pub mod lending {
include!("prost/side/side.lending.rs");
}
}

0 comments on commit ec71a17

Please sign in to comment.