Skip to content
Snippets Groups Projects
Cargo.toml 282 B
Newer Older
Louis's avatar
Louis committed
[package]
name = "micro_script"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

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

[dependencies]