mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
14 lines
350 B
TOML
14 lines
350 B
TOML
![]() |
[package]
|
||
|
name = "iamb"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Ulyssa <git@ulyssa.dev>"]
|
||
|
repository = "https://github.com/ulyssa/iamb"
|
||
|
homepage = "http://iamb.chat"
|
||
|
readme = "README.md"
|
||
|
description = "A Matrix chat client with vim-style editing and keybindings"
|
||
|
license = "Apache-2.0"
|
||
|
edition = "2018"
|
||
|
exclude = [".github", "CONTRIBUTING.md"]
|
||
|
|
||
|
[dependencies]
|