Add: repo tag

This commit is contained in:
André Stemmet 2024-09-19 10:43:08 -04:00
parent 11e2dc9a6a
commit 7aab0bd721
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
[package]
name = "c3io"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Like C3PO but for IO"
license-file = "LICENSE"
repository = "https://git.st8l.com/dolysis/c3io"
[dependencies]
clap = { version = "4.5.17", features = ["cargo", "derive", "env", "wrap_help", "unicode", "string"] }