13 lines
309 B
TOML
13 lines
309 B
TOML
[package]
|
|
name = "magnetar_core"
|
|
description = "A library to power an exploratory ActivityPub project"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license = "AGPL-3.0-only"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true } |