summaryrefslogtreecommitdiffstats
path: root/crates/common/Cargo.toml
blob: 954ebe5733ed230dce01936b7e1d8189d2133515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rebel-common"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
license = "MIT"
edition = "2021"

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

[dependencies]
hex = { version = "0.4.3", features = ["std", "serde"] }
serde = { version = "1", features = ["derive"] }