13 lines
257 B
TOML
13 lines
257 B
TOML
[package]
|
|
name = "marvin"
|
|
description = "🌐 IPFS publishing tool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.19", features = ["derive"] }
|
|
config = "0.13.2"
|
|
serde = { version = "1.0.148", features = ["derive"] }
|