mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 21:59:52 -07:00
Initial commit
This commit is contained in:
commit
704f631d54
7 changed files with 248 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[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]
|
Loading…
Add table
Add a link
Reference in a new issue