aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d343a43c97d99036ee5cbf69d0d6fd1e1b830cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "obi"
version = "0.1.0"
authors = ["Akshay <[email protected]>"]
edition = "2018"

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

[dependencies]
byteorder = "1.4.2"
bitvec = "0.21.0"