about summary refs log tree commit diff
path: root/Cargo.toml
blob: 4524ba0613da382a66364e8c1d313a0ec3f1dc65 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "r2pipe-rs"
version = "0.1.0"
edition = "2021"

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

[dependencies]
r2pipe = "0.7.0"
structopt = "0.3.26"