mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 03:40:59 +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]
|
[dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
anyhow = "1"
|
||||||
|
serde_json = "1"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// # fn main() -> Result<(), anyhow::Error> {
|
/// # fn main() -> Result<(), anyhow::Error> {
|
||||||
/// use activitystreams::kind;
|
/// use activitystreams_kinds::kind;
|
||||||
///
|
///
|
||||||
/// kind!(CustomType, Custom);
|
/// kind!(CustomType, Custom);
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue