[package] name = "rpkt-time" description = "high-precision timer based on rdtsc register" keywords = ["dpdk", "rtdsc"] categories = ["network-programming"] workspace = ".." repository.workspace = true authors.workspace = true version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ctor = "0.1.25" libc = "0.2"