[package] edition.workspace = true license.workspace = true name = "templar-common" repository.workspace = true version.workspace = true [dependencies] borsh.workspace = true hex.workspace = true near-contract-standards.workspace = true near-sdk.workspace = true thiserror.workspace = true primitive-types.workspace = true schemars.workspace = true [dev-dependencies] rstest.workspace = true near-sdk = { workspace = true, features = ["unit-testing"] } rand = "0.8" [lints] workspace = true