/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "comchan"
 3  version = "0.1.4"
 4  edition = "2024"
 5  authors = ["Vaishnav Sabari Girish forgamesonly684@gmail.com"]
 6  license = "MIT"
 7  description = "A Blazingly Fast and Minimal Serial Monitor for Embedded Applications"
 8  readme = "README.md"
 9  homepage = "https://github.com/Vaishnav-Sabari-Girish/ComChan"
10  repository = "https://github.com/Vaishnav-Sabari-Girish/ComChan"
11  keywords = ["cli", "embedded-systems", "serial-communication"]
12  categories = ["command-line-utilities", "embedded"]
13  
14  [dependencies]
15  clap = { version = "4.5.40", features = ["derive"] }
16  ctrlc = "3.4.7"
17  inline_colorization = "0.1.6"
18  serialport = "4.7.2"