mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 03:32:30 +03:00
4a0e58ae15
* bump edition * msrv 160 * upgrade clap and more deps
15 lines
419 B
TOML
15 lines
419 B
TOML
[package]
|
|
name = "invalidstring"
|
|
version = "0.1.2"
|
|
authors = ["extrawurst <mail@rusticorn.com>"]
|
|
edition = "2021"
|
|
description = "just for testing invalid string data"
|
|
homepage = "https://github.com/extrawurst/gitui"
|
|
repository = "https://github.com/extrawurst/gitui"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
categories = ["development-tools", "development-tools::testing", "encoding"]
|
|
keywords = ["string"]
|
|
|
|
[dependencies]
|