10 lines
326 B
TOML
Executable File
10 lines
326 B
TOML
Executable File
[package]
|
|
name = "scitano"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Scitano Unified Editor - SciTE menus, strict Nano hotkeys, Geany features in Rust/iced"
|
|
license = "GPL-2.0-only"
|
|
repository = "https://git.dcos.net/dcosnet/scitano/"
|
|
|
|
[dependencies]
|
|
iced = { version = "0.13", features = ["highlighter", "advanced"] } |