bop-cli 0.2.0

CLI and REPL for the Bop programming language
# 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 = "bop-cli"
version = "0.2.0"
authors = ["Steve Pryde"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI and REPL for the Bop programming language"
homepage = "https://github.com/stevepryde/bop-lang"
readme = "README.md"
keywords = [
    "language",
    "interpreter",
    "scripting",
    "repl",
]
categories = [
    "compilers",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stevepryde/bop-lang"
resolver = "2"

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

[dependencies.bop]
version = "0.2.0"
package = "bop-lang"