11 lines
184 B
TOML
11 lines
184 B
TOML
[package]
|
|
name = "marvin"
|
|
description = "🌐 IPFS publishing tool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.19", features = ["derive"] }
|