summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5dd518ca7d8d4afeb19938bdb93e9464dcfc80bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tmuxr"
version = "0.1.0"
edition = "2021"
authors = ["Toby Vincent <tobyv13@gmail.com>"]
homepage = "https://sr.ht/~tobyvin/tmuxr"
repository = "https://git.sr.ht/~tobyvin/tmuxr"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]