[package] name = "mock_mt" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] borsh = "1.5.7" near-sdk = { version = "5.24.0", features = ["legacy"] } serde_json = "1" [dev-dependencies] near-sdk = { version = "5.24.0", features = ["unit-testing", "legacy"] } near-workspaces = { version = "0.22.0", features = ["unstable"] } tokio = { version = "1.12.0", features = ["full"] } # Profiles are managed at workspace root to avoid warnings