magnetar/core/Cargo.toml

13 lines
309 B
TOML
Raw Permalink Normal View History

2023-02-17 23:42:50 +00:00
[package]
name = "magnetar_core"
2023-02-18 15:23:56 +00:00
description = "A library to power an exploratory ActivityPub project"
2023-07-07 19:22:30 +00:00
version.workspace = true
edition.workspace = true
2023-02-18 15:26:14 +00:00
license = "AGPL-3.0-only"
2023-02-17 23:42:50 +00:00
[lib]
crate-type = ["rlib"]
[dependencies]
2023-07-07 19:22:30 +00:00
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }