diff --git a/drivers/acpid/Cargo.toml b/drivers/acpid/Cargo.toml index cc317b0fad..8073261312 100644 --- a/drivers/acpid/Cargo.toml +++ b/drivers/acpid/Cargo.toml @@ -26,3 +26,6 @@ common = { path = "../common" } daemon = { path = "../../daemon" } libredox.workspace = true redox-scheme.workspace = true + +[lints] +workspace = true diff --git a/drivers/audio/ac97d/Cargo.toml b/drivers/audio/ac97d/Cargo.toml index 0adac3b61e..1a3b528a82 100644 --- a/drivers/audio/ac97d/Cargo.toml +++ b/drivers/audio/ac97d/Cargo.toml @@ -15,3 +15,6 @@ spin = "0.9" daemon = { path = "../../../daemon" } pcid = { path = "../../pcid" } redox-scheme.workspace = true + +[lints] +workspace = true diff --git a/drivers/audio/ihdad/Cargo.toml b/drivers/audio/ihdad/Cargo.toml index eacf604d85..ed7af82cbf 100644 --- a/drivers/audio/ihdad/Cargo.toml +++ b/drivers/audio/ihdad/Cargo.toml @@ -15,3 +15,6 @@ common = { path = "../../common" } daemon = { path = "../../../daemon" } pcid = { path = "../../pcid" } redox-scheme.workspace = true + +[lints] +workspace = true diff --git a/drivers/audio/sb16d/Cargo.toml b/drivers/audio/sb16d/Cargo.toml index aa15378def..4c9a875609 100644 --- a/drivers/audio/sb16d/Cargo.toml +++ b/drivers/audio/sb16d/Cargo.toml @@ -13,3 +13,6 @@ redox_event.workspace = true redox_syscall.workspace = true spin = "0.9" redox-scheme.workspace = true + +[lints] +workspace = true diff --git a/drivers/common/Cargo.toml b/drivers/common/Cargo.toml index a9ed708f8d..211781d6c1 100644 --- a/drivers/common/Cargo.toml +++ b/drivers/common/Cargo.toml @@ -12,3 +12,6 @@ libredox.workspace = true log.workspace = true redox_syscall = { workspace = true, features = ["std"] } redox-log.workspace = true + +[lints] +workspace = true diff --git a/drivers/executor/Cargo.toml b/drivers/executor/Cargo.toml index ec76a58128..6dc631320c 100644 --- a/drivers/executor/Cargo.toml +++ b/drivers/executor/Cargo.toml @@ -10,3 +10,6 @@ description = "Async framework for queue-based HW interfaces" log.workspace = true redox_event.workspace = true slab = "0.4.9" + +[lints] +workspace = true diff --git a/drivers/graphics/bgad/Cargo.toml b/drivers/graphics/bgad/Cargo.toml index 2219e4cff5..79833bd5fc 100644 --- a/drivers/graphics/bgad/Cargo.toml +++ b/drivers/graphics/bgad/Cargo.toml @@ -14,3 +14,6 @@ daemon = { path = "../../../daemon" } inputd = { path = "../../inputd" } pcid = { path = "../../pcid" } libredox.workspace = true + +[lints] +workspace = true diff --git a/drivers/graphics/console-draw/Cargo.toml b/drivers/graphics/console-draw/Cargo.toml index 0b2d52787d..8648f49a7f 100644 --- a/drivers/graphics/console-draw/Cargo.toml +++ b/drivers/graphics/console-draw/Cargo.toml @@ -12,3 +12,6 @@ graphics-ipc = { path = "../graphics-ipc" } [features] default = [] + +[lints] +workspace = true diff --git a/drivers/graphics/driver-graphics/Cargo.toml b/drivers/graphics/driver-graphics/Cargo.toml index 64bd3a5c89..86c70408d4 100644 --- a/drivers/graphics/driver-graphics/Cargo.toml +++ b/drivers/graphics/driver-graphics/Cargo.toml @@ -13,3 +13,6 @@ libredox.workspace = true common = { path = "../../common" } graphics-ipc = { path = "../graphics-ipc" } inputd = { path = "../../inputd" } + +[lints] +workspace = true diff --git a/drivers/graphics/fbbootlogd/Cargo.toml b/drivers/graphics/fbbootlogd/Cargo.toml index e3f6767a82..3b5a971ead 100644 --- a/drivers/graphics/fbbootlogd/Cargo.toml +++ b/drivers/graphics/fbbootlogd/Cargo.toml @@ -19,3 +19,6 @@ libredox.workspace = true [features] default = [] + +[lints] +workspace = true diff --git a/drivers/graphics/fbcond/Cargo.toml b/drivers/graphics/fbcond/Cargo.toml index b5f555f285..75aaa304f1 100644 --- a/drivers/graphics/fbcond/Cargo.toml +++ b/drivers/graphics/fbcond/Cargo.toml @@ -21,3 +21,6 @@ libredox.workspace = true [features] default = [] + +[lints] +workspace = true diff --git a/drivers/graphics/graphics-ipc/Cargo.toml b/drivers/graphics/graphics-ipc/Cargo.toml index f1584f9bea..4443aa0269 100644 --- a/drivers/graphics/graphics-ipc/Cargo.toml +++ b/drivers/graphics/graphics-ipc/Cargo.toml @@ -11,3 +11,6 @@ redox-ioctl.workspace = true redox_syscall.workspace = true common = { path = "../../common" } + +[lints] +workspace = true diff --git a/drivers/graphics/ihdgd/Cargo.toml b/drivers/graphics/ihdgd/Cargo.toml index 1f3c18c6ef..b30a1f8965 100644 --- a/drivers/graphics/ihdgd/Cargo.toml +++ b/drivers/graphics/ihdgd/Cargo.toml @@ -27,3 +27,6 @@ libredox.workspace = true redox-scheme.workspace = true redox_event.workspace = true redox_syscall.workspace = true + +[lints] +workspace = true diff --git a/drivers/graphics/vesad/Cargo.toml b/drivers/graphics/vesad/Cargo.toml index f085993ac9..0ad8875a17 100644 --- a/drivers/graphics/vesad/Cargo.toml +++ b/drivers/graphics/vesad/Cargo.toml @@ -19,3 +19,6 @@ libredox.workspace = true [features] default = [] + +[lints] +workspace = true diff --git a/drivers/graphics/virtio-gpud/Cargo.toml b/drivers/graphics/virtio-gpud/Cargo.toml index 6cac0bfd02..aa52a82086 100644 --- a/drivers/graphics/virtio-gpud/Cargo.toml +++ b/drivers/graphics/virtio-gpud/Cargo.toml @@ -26,3 +26,6 @@ redox_syscall.workspace = true orbclient.workspace = true spin = "0.9.8" libredox.workspace = true + +[lints] +workspace = true diff --git a/drivers/hwd/Cargo.toml b/drivers/hwd/Cargo.toml index 855c160c40..0dad2f9379 100644 --- a/drivers/hwd/Cargo.toml +++ b/drivers/hwd/Cargo.toml @@ -12,3 +12,6 @@ libredox = { version = "0.1.12", default-features = false, features = ["std", "c amlserde = { path = "../amlserde" } common = { path = "../common" } daemon = { path = "../../daemon" } + +[lints] +workspace = true diff --git a/drivers/input/ps2d/Cargo.toml b/drivers/input/ps2d/Cargo.toml index 21c9b887d1..e5c5f5c7a5 100644 --- a/drivers/input/ps2d/Cargo.toml +++ b/drivers/input/ps2d/Cargo.toml @@ -15,3 +15,6 @@ libredox.workspace = true common = { path = "../../common" } daemon = { path = "../../../daemon" } inputd = { path = "../../inputd" } + +[lints] +workspace = true diff --git a/drivers/input/usbhidd/Cargo.toml b/drivers/input/usbhidd/Cargo.toml index a502579541..0f08382247 100644 --- a/drivers/input/usbhidd/Cargo.toml +++ b/drivers/input/usbhidd/Cargo.toml @@ -18,3 +18,6 @@ xhcid = { path = "../../usb/xhcid" } common = { path = "../../common" } inputd = { path = "../../inputd" } + +[lints] +workspace = true diff --git a/drivers/inputd/Cargo.toml b/drivers/inputd/Cargo.toml index a1ad7b6923..e17ba8eeec 100644 --- a/drivers/inputd/Cargo.toml +++ b/drivers/inputd/Cargo.toml @@ -14,3 +14,6 @@ libredox.workspace = true common = { path = "../common" } daemon = { path = "../../daemon" } redox-scheme.workspace = true + +[lints] +workspace = true diff --git a/drivers/net/driver-network/Cargo.toml b/drivers/net/driver-network/Cargo.toml index e9b7ea5051..6e3afb4e44 100644 --- a/drivers/net/driver-network/Cargo.toml +++ b/drivers/net/driver-network/Cargo.toml @@ -8,3 +8,6 @@ libredox.workspace = true daemon = { path = "../../../daemon" } redox-scheme.workspace = true redox_syscall = { workspace = true, features = ["std"] } + +[lints] +workspace = true diff --git a/drivers/net/e1000d/Cargo.toml b/drivers/net/e1000d/Cargo.toml index 4a23e8412a..334dcfbcc7 100644 --- a/drivers/net/e1000d/Cargo.toml +++ b/drivers/net/e1000d/Cargo.toml @@ -14,3 +14,6 @@ common = { path = "../../common" } daemon = { path = "../../../daemon" } driver-network = { path = "../driver-network" } pcid = { path = "../../pcid" } + +[lints] +workspace = true diff --git a/drivers/net/ixgbed/Cargo.toml b/drivers/net/ixgbed/Cargo.toml index 7855c393c6..90cd985465 100644 --- a/drivers/net/ixgbed/Cargo.toml +++ b/drivers/net/ixgbed/Cargo.toml @@ -13,3 +13,6 @@ common = { path = "../../common" } daemon = { path = "../../../daemon" } driver-network = { path = "../driver-network" } pcid = { path = "../../pcid" } + +[lints] +workspace = true diff --git a/drivers/net/rtl8139d/Cargo.toml b/drivers/net/rtl8139d/Cargo.toml index c6ad1fe31d..4c7f39dd76 100644 --- a/drivers/net/rtl8139d/Cargo.toml +++ b/drivers/net/rtl8139d/Cargo.toml @@ -14,3 +14,6 @@ common = { path = "../../common" } daemon = { path = "../../../daemon" } driver-network = { path = "../driver-network" } pcid = { path = "../../pcid" } + +[lints] +workspace = true diff --git a/drivers/net/rtl8168d/Cargo.toml b/drivers/net/rtl8168d/Cargo.toml index f292399451..5037ab7527 100644 --- a/drivers/net/rtl8168d/Cargo.toml +++ b/drivers/net/rtl8168d/Cargo.toml @@ -14,3 +14,6 @@ common = { path = "../../common" } daemon = { path = "../../../daemon" } driver-network = { path = "../driver-network" } pcid = { path = "../../pcid" } + +[lints] +workspace = true diff --git a/drivers/net/virtio-netd/Cargo.toml b/drivers/net/virtio-netd/Cargo.toml index dd8dd0b119..5b0d452538 100644 --- a/drivers/net/virtio-netd/Cargo.toml +++ b/drivers/net/virtio-netd/Cargo.toml @@ -16,3 +16,6 @@ driver-network = { path = "../driver-network" } redox_syscall.workspace = true libredox.workspace = true + +[lints] +workspace = true diff --git a/drivers/pcid-spawner/Cargo.toml b/drivers/pcid-spawner/Cargo.toml index b9ded7001b..ff7858e91d 100644 --- a/drivers/pcid-spawner/Cargo.toml +++ b/drivers/pcid-spawner/Cargo.toml @@ -17,3 +17,6 @@ config = { path = "../../config" } common = { path = "../common" } daemon = { path = "../../daemon" } pcid = { path = "../pcid" } + +[lints] +workspace = true diff --git a/drivers/pcid/Cargo.toml b/drivers/pcid/Cargo.toml index 5bab8d11a9..f23ac78a94 100644 --- a/drivers/pcid/Cargo.toml +++ b/drivers/pcid/Cargo.toml @@ -26,3 +26,6 @@ serde = { version = "1", features = ["derive"] } common = { path = "../common" } daemon = { path = "../../daemon" } libredox.workspace = true + +[lints] +workspace = true diff --git a/drivers/redoxerd/Cargo.toml b/drivers/redoxerd/Cargo.toml index 3a1d7be88f..96c083ad96 100644 --- a/drivers/redoxerd/Cargo.toml +++ b/drivers/redoxerd/Cargo.toml @@ -12,3 +12,6 @@ redox_syscall.workspace = true redox_termios.workspace = true common = { path = "../common" } qemu-exit = "3.0.2" + +[lints] +workspace = true diff --git a/drivers/rtcd/Cargo.toml b/drivers/rtcd/Cargo.toml index cc64d18061..dfc3eac873 100644 --- a/drivers/rtcd/Cargo.toml +++ b/drivers/rtcd/Cargo.toml @@ -10,3 +10,6 @@ license = "MIT" anyhow.workspace = true common = { path = "../common" } + +[lints] +workspace = true diff --git a/drivers/storage/ahcid/Cargo.toml b/drivers/storage/ahcid/Cargo.toml index e1daa26407..d025ab2633 100644 --- a/drivers/storage/ahcid/Cargo.toml +++ b/drivers/storage/ahcid/Cargo.toml @@ -15,3 +15,6 @@ driver-block = { path = "../driver-block" } pcid = { path = "../../pcid" } libredox.workspace = true redox_event.workspace = true + +[lints] +workspace = true diff --git a/drivers/storage/bcm2835-sdhcid/Cargo.toml b/drivers/storage/bcm2835-sdhcid/Cargo.toml index 1060164ace..adb2d6af79 100644 --- a/drivers/storage/bcm2835-sdhcid/Cargo.toml +++ b/drivers/storage/bcm2835-sdhcid/Cargo.toml @@ -14,3 +14,6 @@ driver-block = { path = "../driver-block" } libredox.workspace = true redox_syscall = { workspace = true, features = ["std"] } redox_event.workspace = true + +[lints] +workspace = true diff --git a/drivers/storage/driver-block/Cargo.toml b/drivers/storage/driver-block/Cargo.toml index 66733a09db..9cbe96fa02 100644 --- a/drivers/storage/driver-block/Cargo.toml +++ b/drivers/storage/driver-block/Cargo.toml @@ -16,3 +16,6 @@ futures = { version = "0.3.28", features = ["executor"] } redox_syscall = { workspace = true, features = ["std"] } redox-scheme.workspace = true + +[lints] +workspace = true diff --git a/drivers/storage/ided/Cargo.toml b/drivers/storage/ided/Cargo.toml index a5cb959400..c56a36c46e 100644 --- a/drivers/storage/ided/Cargo.toml +++ b/drivers/storage/ided/Cargo.toml @@ -12,3 +12,6 @@ pcid = { path = "../../pcid" } daemon = { path = "../../../daemon" } redox_syscall = { workspace = true, features = ["std"] } redox_event.workspace = true + +[lints] +workspace = true diff --git a/drivers/storage/lived/Cargo.toml b/drivers/storage/lived/Cargo.toml index 3d7d607618..22c1810763 100644 --- a/drivers/storage/lived/Cargo.toml +++ b/drivers/storage/lived/Cargo.toml @@ -14,3 +14,6 @@ daemon = { path = "../../../daemon" } redox_syscall = { workspace = true, features = ["std"] } redox_event.workspace = true driver-block = { path = "../driver-block" } + +[lints] +workspace = true diff --git a/drivers/storage/nvmed/Cargo.toml b/drivers/storage/nvmed/Cargo.toml index f91da7a4b0..6acb940a48 100644 --- a/drivers/storage/nvmed/Cargo.toml +++ b/drivers/storage/nvmed/Cargo.toml @@ -23,3 +23,6 @@ pcid = { path = "../../pcid" } [features] default = [] + +[lints] +workspace = true diff --git a/drivers/storage/usbscsid/Cargo.toml b/drivers/storage/usbscsid/Cargo.toml index b43a3bd9fb..dba132d8e7 100644 --- a/drivers/storage/usbscsid/Cargo.toml +++ b/drivers/storage/usbscsid/Cargo.toml @@ -17,3 +17,6 @@ redox_event.workspace = true redox_syscall = { workspace = true, features = ["std"] } thiserror = "1" xhcid = { path = "../../usb/xhcid" } + +[lints] +workspace = true diff --git a/drivers/storage/virtio-blkd/Cargo.toml b/drivers/storage/virtio-blkd/Cargo.toml index 56f8b95840..1feb9f8b4a 100644 --- a/drivers/storage/virtio-blkd/Cargo.toml +++ b/drivers/storage/virtio-blkd/Cargo.toml @@ -21,3 +21,6 @@ driver-block = { path = "../driver-block" } pcid = { path = "../../pcid" } virtio-core = { path = "../../virtio-core" } libredox.workspace = true + +[lints] +workspace = true diff --git a/drivers/usb/usbctl/Cargo.toml b/drivers/usb/usbctl/Cargo.toml index c2a11e2b81..9bfc00950c 100644 --- a/drivers/usb/usbctl/Cargo.toml +++ b/drivers/usb/usbctl/Cargo.toml @@ -10,3 +10,6 @@ edition = "2018" clap = "2.33" xhcid = { path = "../xhcid" } common = { path = "../../common" } + +[lints] +workspace = true diff --git a/drivers/usb/usbhubd/Cargo.toml b/drivers/usb/usbhubd/Cargo.toml index cfe8963f9f..602fd8587e 100644 --- a/drivers/usb/usbhubd/Cargo.toml +++ b/drivers/usb/usbhubd/Cargo.toml @@ -12,3 +12,6 @@ redox_syscall.workspace = true xhcid = { path = "../xhcid" } common = { path = "../../common" } + +[lints] +workspace = true diff --git a/drivers/usb/xhcid/Cargo.toml b/drivers/usb/xhcid/Cargo.toml index a42f73183b..2b1969380a 100644 --- a/drivers/usb/xhcid/Cargo.toml +++ b/drivers/usb/xhcid/Cargo.toml @@ -33,3 +33,6 @@ daemon = { path = "../../../daemon" } pcid = { path = "../../pcid" } libredox.workspace = true regex = "1.10.6" + +[lints] +workspace = true diff --git a/drivers/vboxd/Cargo.toml b/drivers/vboxd/Cargo.toml index b904646801..c90491fb7c 100644 --- a/drivers/vboxd/Cargo.toml +++ b/drivers/vboxd/Cargo.toml @@ -12,3 +12,6 @@ redox_syscall.workspace = true common = { path = "../common" } daemon = { path = "../../daemon" } pcid = { path = "../pcid" } + +[lints] +workspace = true diff --git a/drivers/virtio-core/Cargo.toml b/drivers/virtio-core/Cargo.toml index 03fb52ba6e..403293e623 100644 --- a/drivers/virtio-core/Cargo.toml +++ b/drivers/virtio-core/Cargo.toml @@ -18,3 +18,6 @@ redox_event.workspace = true common = { path = "../common" } pcid = { path = "../pcid" } + +[lints] +workspace = true