summaryrefslogtreecommitdiffstats
path: root/adenosine-common/Cargo.toml
blob: f6f1ad2e51be985b53f150605849e723578c1ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "adenosine-common"
description = "Shared things (eg, types) for adenosine codebase"
keywords = ["atproto"]
categories = []

# common across workspace
version = "0.1.0-dev.0"
edition = "2021"
rust-version = "1.61"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
license = "AGPLv3"
readme = "../README.md"
repository = "https://gitlab.com/bnewbold/adenosine"

[dependencies]
structopt = "*"
regex = "*"
lazy_static = "*"
data-encoding = "*"
rand = "*"
anyhow = "1.0"