Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cmd/crates/soroban-spec-tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ use stellar_xdr::curr::{
pub mod contract;
pub mod event;
pub mod utils;
mod verify;

pub use verify::SpecWarning;

#[derive(thiserror::Error, Debug)]
pub enum Error {
Expand Down
Loading
Loading