mirror of
https://github.com/rjNemo/todo_cli
synced 2026-06-06 02:46:39 +00:00
10 lines
No EOL
236 B
TOML
10 lines
No EOL
236 B
TOML
[package]
|
|
name = "todo"
|
|
version = "0.1.0"
|
|
authors = ["Ruidy <r.nemausat@empfohlen.de>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
structopt = "0.3" |