diff --git a/contracts/receipt-anchor/Cargo.toml b/contracts/receipt-anchor/Cargo.toml index 6b833cb2..565b5894 100644 --- a/contracts/receipt-anchor/Cargo.toml +++ b/contracts/receipt-anchor/Cargo.toml @@ -9,7 +9,6 @@ description = "Merkle batch anchoring for x402 receipts on Stellar" [lints] workspace = true - [lib] crate-type = ["cdylib", "rlib"] diff --git a/contracts/refund-vault/Cargo.toml b/contracts/refund-vault/Cargo.toml index 9e3f89a3..d5f43c90 100644 --- a/contracts/refund-vault/Cargo.toml +++ b/contracts/refund-vault/Cargo.toml @@ -9,7 +9,6 @@ description = "Policy-bounded merchant refund vault for x402 on Stellar" [lints] workspace = true - [lib] crate-type = ["cdylib", "rlib"]