summary refs log tree commit diff homepage
path: root/Cargo.toml
blob: 9e49766227f0b414c57fb28c242d11ce896e8947 (plain) (blame)
1
2
3
4
5
6
[package]
name = "aoc"
version = "0.1.0"
authors = ["Curtis McEnroe <programble@gmail.com>"]

[dependencies]
> 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe