corvo7 0.1.4

A toy programming language compiler written in Rust
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "corvo7"
version = "0.1.4"
authors = ["Léo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A toy programming language compiler written in Rust"
readme = "README.md"
keywords = [
    "compiler",
    "language",
    "parser",
    "toy-language",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/leozin17892-rskotpy/corvo7"

[lib]
name = "corvo7"
path = "src/lib.rs"

[[bin]]
name = "corvo7c"
path = "src/bin/corvo7-compiler-cli.rs"

[dependencies.clap]
version = "4.4"
features = ["derive"]