magnetar/core/Cargo.toml

14 lines
317 B
TOML
Raw 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-02-17 23:42:50 +00:00
version = "0.1.0"
license = "APGL"
edition = "2021"
[lib]
crate-type = ["rlib"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = { version = "2.3", features = ["serde"] }