xref: /DragonOS/kernel/crates/kdepends/Cargo.toml (revision 8d72b68da9339ec97e1b8929bcf2946f0fd83cd5)
17b32f508SLoGin[package]
27b32f508SLoGinname = "kdepends"
37b32f508SLoGinversion = "0.1.0"
47b32f508SLoGinedition = "2021"
57b32f508SLoGindescription = "需要导出的依赖项(为保持内核依赖版本与调试器依赖项版本相同,因此把公共依赖项写在这里)"
67b32f508SLoGin
77b32f508SLoGin# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
87b32f508SLoGin
97b32f508SLoGin[dependencies]
10*8d72b68dSJomoringbuffer = "0.15.0"
117b32f508SLoGinmemoffset = "0.9.0"
127b32f508SLoGincrc = { path = "../crc" }
137b32f508SLoGin
147b32f508SLoGin# 一个无锁MPSC队列
157b32f508SLoGin[dependencies.thingbuf]
167a29d4fcSLoGingit = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/thingbuf.git"
177b32f508SLoGinrev = "2dded730c3"
187b32f508SLoGindefault-features = false
197b32f508SLoGinfeatures = ["alloc", "static"]
20