Skip to content

Commit

Permalink
admin bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Dec 10, 2024
1 parent 2a739e1 commit 887c04a
Show file tree
Hide file tree
Showing 2 changed files with 558 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ use std::path::PathBuf;
fn main() -> Result<(), Box<dyn std::error::Error>> {
let proto_files = vec![
"proto/key_manager.proto",
"proto/signer.proto"
"proto/signer.proto",
"proto/admin.proto"
];

let proto_include_dirs = vec![
Expand Down
Loading

0 comments on commit 887c04a

Please sign in to comment.