diff options
Diffstat (limited to 'grasp-audit/Cargo.toml')
| -rw-r--r-- | grasp-audit/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml index 789a9ca..9e97b16 100644 --- a/grasp-audit/Cargo.toml +++ b/grasp-audit/Cargo.toml | |||
| @@ -18,6 +18,7 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" } | |||
| 18 | tokio = { version = "1", features = ["full"] } | 18 | tokio = { version = "1", features = ["full"] } |
| 19 | 19 | ||
| 20 | # Serialization | 20 | # Serialization |
| 21 | serde = { version = "1", features = ["derive"] } | ||
| 21 | serde_json = "1" | 22 | serde_json = "1" |
| 22 | 23 | ||
| 23 | # Error handling | 24 | # Error handling |