feat: Add bsky-sdk #4
Annotations
2 errors
test
Process completed with exit code 101.
|
[clippy] bsky-sdk/src/moderation/subjects/post.rs#L10:
bsky-sdk/src/moderation/subjects/post.rs#L10
error[E0432]: unresolved import `regex`
--> bsky-sdk/src/moderation/subjects/post.rs:10:5
|
10 | use regex::Regex;
| ^^^^^ use of undeclared crate or module `regex`
|