aboutsummaryrefslogtreecommitdiff
path: root/shared/Cargo.toml
blob: 84eda867d1da1a9c3d5f2ea9d5453a11d1d16f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "shared"
version = "0.1.0"
authors = ["Michael Gattozzi <mgattozzi@gmail.com>"]
edition = "2018"
license = "GPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"