delo 0.1.0

A statically typed, compiled-to-C programming language that can time-travel.
# 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 = "2024"
name = "delo"
version = "0.1.0"
build = false
exclude = [
    "testing/delo_tests/",
    "TEST_OUTPUT.txt",
    "delo_spec.txt",
    "delo_syntax.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "delo"
description = "A statically typed, compiled-to-C programming language that can time-travel."
homepage = "https://github.com/vances678/delo"
readme = "README.md"
keywords = [
    "compiler",
    "language",
    "time-travel",
]
categories = [
    "compilers",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/vances678/delo"

[features]
default = []
dev = []

[[bin]]
name = "delo"
path = "src/main.rs"

[[bin]]
name = "test_runner"
path = "testing/test_runner.rs"
required-features = ["dev"]

[dependencies]