rustickle 0.1.0

Rust embedded Tcl implementation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Kjolnyr <kjolnyr@protonmail.com>"]
description = "Rust embedded Tcl implementation"
edition = "2021"
homepage = "https://kjolnyr.github.io/"
keywords = ["language", "script", "scripting", "tcl", "embedded"]
license = "BSD-3-Clause"
name = "rustickle"
readme = "README.md"
repository = "https://github.com/kjolnyr/rustickle"
version = "0.1.0"
[profile.dev.package."*"]
opt-level = 3