marvin/Cargo.toml

11 lines
184 B
TOML
Raw Normal View History

2021-11-04 21:49:01 -04:00
[package]
name = "marvin"
description = "🌐 IPFS publishing tool"
2021-11-04 21:49:01 -04:00
version = "0.1.0"
edition = "2021"
[features]
[dependencies]
clap = { version = "4.0.19", features = ["derive"] }