1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "box_drawing"
version = "0.1.2"
authors = ["Agent Alfa <chronos.alfa@atlas.cz>"]
description = "A very simple library containing constants for UTF-8 box drawing."
keywords = ["utf8", "drawing", "box", "ascii", "tui"]
categories = ["command-line-interface", "command-line-utilities", "gui"]
license = "MIT"
repository = "https://gitlab.com/chronos.alfa/box_drawing.git"
[dependencies]
[badges.gitlab]
repository = "chronos.alfa/box_drawing"
|