13 lines
344 B
TOML
13 lines
344 B
TOML
[package]
|
|
name = "cache_utils"
|
|
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" }
|
|
vga_buffer = { path = "../vga_buffer" }
|
|
x86_64 = "0.9.2"
|