rider/Cargo.toml
Adrian Woźniak 4e13b4d2d7
Add circleci and codecov (#13)
* Add circleci and codecov

* Update version

* Fix format test

* Fix CI

* Add tarpaulin

* Format code

* Fix tarpaulin

* lexers tests

* Remove non-lexer token type, add more tests

* More tests

* More tests

* Refactor, some test, split code, add more traits

* Add codecov config

* Fix code style

* Test text character

* Menu bar tests

* Caret tests

* Refactor caret, more caret tests
2019-01-07 21:46:01 +01:00

22 lines
362 B
TOML

[package]
name = "rider"
version = "0.1.0"
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
edition = "2018"
[dependencies]
rand = "0.5"
plex = "*"
dirs = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"
log = "*"
env_logger = "*"
simplelog = "*"
lazy_static = "*"
[dependencies.sdl2]
version = "0.31.0"
features = ["gfx", "image", "mixer", "ttf"]