diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:17:55 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:17:55 +0000 |
| commit | 001ca45e385c05b0eaa36d9879e051853aaff107 (patch) | |
| tree | 603fb85d2563db5b7c418e9fd143d479bd09676e /grasp-audit/src/specs/mod.rs | |
| parent | d428baf30feec295870fadda2d335d1e7f89507b (diff) | |
created POC grasp-auditor
Diffstat (limited to 'grasp-audit/src/specs/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs new file mode 100644 index 0000000..451ea1f --- /dev/null +++ b/grasp-audit/src/specs/mod.rs | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | //! Test specifications | ||
| 2 | |||
| 3 | pub mod nip01_smoke; | ||
| 4 | |||
| 5 | pub use nip01_smoke::Nip01SmokeTests; | ||