[[bin]]
name = "rustyper"
path = "src/main.rs"
[dependencies]
[lib]
name = "rustyper"
path = "src/lib.rs"
[package]
authors = ["Flobsx <flo@bsx.pm>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CLI clone of monkeytype.com to practice TDD with Rust."
documentation = "https://flobsx.gitlab.io/-/rustyper"
edition = "2021"
homepage = "https://gitlab.com/flobsx/rustyper"
include = ["**/*.rs", "Cargo.toml", "/README.md"]
keywords = ["cli", "typing", "monkeytype"]
license = "MIT"
name = "rustyper"
readme = "README.md"
repository = "https://gitlab.com/flobsx/rustyper"
version = "0.0.0"