[package] name = "avid" version = "0.6.1" edition = "2021" license-file = "LICENSE" description = "A plug-and-play scripting language" homepage = "https://www.gitlab.com/daisyflare/avid" repository = "https://www.gitlab.com/daisyflare/avid" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "avid" path = "interpreter/main.rs" [lib] doctest = true [dependencies] paste = "1.0.7"