dendrobates-t-azureus/cache_utils/Cargo.toml

13 lines
344 B
TOML
Raw Normal View History

2019-12-22 15:24:21 +01:00
[package]
2020-02-05 10:23:52 +01:00
name = "cache_utils"
2019-12-22 15:24:21 +01:00
version = "0.1.0"
authors = ["guillaume didier <guillaume.didier@inria.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
polling_serial = { path = "../polling_serial" }
2020-02-04 14:23:14 +01:00
vga_buffer = { path = "../vga_buffer" }
x86_64 = "0.9.2"