mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-21 19:31:00 +00:00
Make tests pass
This commit is contained in:
parent
1b7a1f7930
commit
8f5badad06
2 changed files with 5 additions and 1 deletions
|
@ -13,3 +13,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1"
|
||||
serde_json = "1"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
///
|
||||
/// ```rust
|
||||
/// # fn main() -> Result<(), anyhow::Error> {
|
||||
/// use activitystreams::kind;
|
||||
/// use activitystreams_kinds::kind;
|
||||
///
|
||||
/// kind!(CustomType, Custom);
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue