rustickle 0.1.0

Rust embedded Tcl implementation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rustickle"
authors = ["Kjolnyr <kjolnyr@protonmail.com>"]
version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"
description = "Rust embedded Tcl implementation"
repository = "https://github.com/kjolnyr/rustickle"
homepage = "https://kjolnyr.github.io/"
readme = "README.md"
keywords = ["language", "script", "scripting", "tcl", "embedded"]


[dependencies]

# Enable high optimizations for dependencies, but not for our code:
[profile.dev.package."*"]   
opt-level = 3