• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "use-libc"
3version = "0.0.0"
4edition = "2018"
5publish = false
6
7[dependencies]
8# Request that rustix use the libc backend.
9rustix = { path = "../..", features = ["use-libc"] }
10