Skip to content
Snippets Groups Projects
Cargo.lock 1.24 KiB
Newer Older
Jacob Lorentzon's avatar
Jacob Lorentzon committed
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "bitflags"
version = "2.4.2"
Jacob Lorentzon's avatar
Jacob Lorentzon committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
Jacob Lorentzon's avatar
Jacob Lorentzon committed

[[package]]
name = "libc"
version = "0.2.153"
Jacob Lorentzon's avatar
Jacob Lorentzon committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
Jacob Lorentzon's avatar
Jacob Lorentzon committed

[[package]]
name = "libredox"
version = "0.1.1"
Jacob Lorentzon's avatar
Jacob Lorentzon committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3475d6a6c562497d07f0951304366288bc7399c5b63793fe84f05531cfecdbdf"
Jacob Lorentzon's avatar
Jacob Lorentzon committed
dependencies = [
 "bitflags 2.4.2",
Jacob Lorentzon's avatar
Jacob Lorentzon committed
 "libc",
 "redox_syscall",
]

[[package]]
name = "redox-scheme"
version = "0.1.0"
dependencies = [
 "libredox",
 "redox_syscall",
]

[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
 "bitflags 1.3.2",
]