diff --git a/Cargo.toml b/Cargo.toml index fea77232b..d7b2f5b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,6 @@ resolver = "2" [workspace.package] version = "0.1.0" -authors = ["Kaspar Schleiser "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://github.com/ariel-os/ariel-os" diff --git a/examples/benchmark/Cargo.toml b/examples/benchmark/Cargo.toml index 81b06fdcf..1559da891 100644 --- a/examples/benchmark/Cargo.toml +++ b/examples/benchmark/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "benchmark" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/examples/blinky/Cargo.toml b/examples/blinky/Cargo.toml index ad6e746db..dce1ed8fd 100644 --- a/examples/blinky/Cargo.toml +++ b/examples/blinky/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "blinky" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/coap-client/Cargo.toml b/examples/coap-client/Cargo.toml index a44c88171..0a72673af 100644 --- a/examples/coap-client/Cargo.toml +++ b/examples/coap-client/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "coap-client" version = "0.1.0" -authors = ["Christian Amsüss "] license.workspace = true edition.workspace = true publish = false diff --git a/examples/coap-server/Cargo.toml b/examples/coap-server/Cargo.toml index 454eb54e5..09012332a 100644 --- a/examples/coap-server/Cargo.toml +++ b/examples/coap-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "coap-server" version = "0.1.0" -authors = ["Christian Amsüss "] license.workspace = true edition.workspace = true publish = false diff --git a/examples/device-metadata/Cargo.toml b/examples/device-metadata/Cargo.toml index f225a13a1..a406eee9e 100644 --- a/examples/device-metadata/Cargo.toml +++ b/examples/device-metadata/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "device-metadata" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/embassy-http-server/Cargo.toml b/examples/embassy-http-server/Cargo.toml index cfcb27555..784d3202e 100644 --- a/examples/embassy-http-server/Cargo.toml +++ b/examples/embassy-http-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "embassy-http-server" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/gpio/Cargo.toml b/examples/gpio/Cargo.toml index 2edb611f9..4f48ec800 100644 --- a/examples/gpio/Cargo.toml +++ b/examples/gpio/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "gpio" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/hello-world-threading/Cargo.toml b/examples/hello-world-threading/Cargo.toml index 14d62b0d9..3e5d2b274 100644 --- a/examples/hello-world-threading/Cargo.toml +++ b/examples/hello-world-threading/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "hello-world-threading" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/hello-world/Cargo.toml b/examples/hello-world/Cargo.toml index 0c49cab80..9a591720f 100644 --- a/examples/hello-world/Cargo.toml +++ b/examples/hello-world/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "hello-world" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/log/Cargo.toml b/examples/log/Cargo.toml index 0c78fe62d..6c4fe4dac 100644 --- a/examples/log/Cargo.toml +++ b/examples/log/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "log" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/minimal/Cargo.toml b/examples/minimal/Cargo.toml index a4f68db49..56c5c2bf0 100644 --- a/examples/minimal/Cargo.toml +++ b/examples/minimal/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "minimal" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/examples/random/Cargo.toml b/examples/random/Cargo.toml index c50df0945..ad44fbc12 100644 --- a/examples/random/Cargo.toml +++ b/examples/random/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "example-random" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/storage/Cargo.toml b/examples/storage/Cargo.toml index 36336fa08..6ba6758f6 100644 --- a/examples/storage/Cargo.toml +++ b/examples/storage/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "storage" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/tcp-echo/Cargo.toml b/examples/tcp-echo/Cargo.toml index 62838fc46..bb919306d 100644 --- a/examples/tcp-echo/Cargo.toml +++ b/examples/tcp-echo/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tcp-echo" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/thread-async-interop/Cargo.toml b/examples/thread-async-interop/Cargo.toml index 4eab78d0f..c18401caa 100644 --- a/examples/thread-async-interop/Cargo.toml +++ b/examples/thread-async-interop/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "thread-async-interop" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/threading-channel/Cargo.toml b/examples/threading-channel/Cargo.toml index e426ecdc3..004a06ad2 100644 --- a/examples/threading-channel/Cargo.toml +++ b/examples/threading-channel/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "threading-channel" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/threading-event/Cargo.toml b/examples/threading-event/Cargo.toml index f91db30b1..0c673e781 100644 --- a/examples/threading-event/Cargo.toml +++ b/examples/threading-event/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "threading-event" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/threading-multicore/Cargo.toml b/examples/threading-multicore/Cargo.toml index 945029986..a148a7692 100644 --- a/examples/threading-multicore/Cargo.toml +++ b/examples/threading-multicore/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "threading-multicore" version = "0.1.0" -authors = ["Elena Frank "] edition.workspace = true license.workspace = true publish = false diff --git a/examples/threading/Cargo.toml b/examples/threading/Cargo.toml index eae6da0d4..96d9d0c15 100644 --- a/examples/threading/Cargo.toml +++ b/examples/threading/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "threading" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/udp-echo/Cargo.toml b/examples/udp-echo/Cargo.toml index 56ec05193..c6994d62f 100644 --- a/examples/udp-echo/Cargo.toml +++ b/examples/udp-echo/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "udp-echo" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/usb-keyboard/Cargo.toml b/examples/usb-keyboard/Cargo.toml index 598ab6cca..f02ac1ac7 100644 --- a/examples/usb-keyboard/Cargo.toml +++ b/examples/usb-keyboard/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "usb-keyboard" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/examples/usb-serial/Cargo.toml b/examples/usb-serial/Cargo.toml index 47b84eb94..7879e384f 100644 --- a/examples/usb-serial/Cargo.toml +++ b/examples/usb-serial/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "usb-serial" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/src/ariel-os-bench/Cargo.toml b/src/ariel-os-bench/Cargo.toml index 74b80b17a..be73579a0 100644 --- a/src/ariel-os-bench/Cargo.toml +++ b/src/ariel-os-bench/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-bench" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-boards/Cargo.toml b/src/ariel-os-boards/Cargo.toml index e694d0d9d..59ebb0143 100644 --- a/src/ariel-os-boards/Cargo.toml +++ b/src/ariel-os-boards/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-boards" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/dwm1001/Cargo.toml b/src/ariel-os-boards/dwm1001/Cargo.toml index c8f89c413..ddd762ba4 100644 --- a/src/ariel-os-boards/dwm1001/Cargo.toml +++ b/src/ariel-os-boards/dwm1001/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "dwm1001" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml b/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml index 4ea41cc0d..55574fa4b 100644 --- a/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml +++ b/src/ariel-os-boards/espressif-esp32-s3-wroom-1/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "espressif-esp32-s3-wroom-1" version = "0.1.0" -authors = ["Elena Frank "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/microbit-v2/Cargo.toml b/src/ariel-os-boards/microbit-v2/Cargo.toml index bf75fe30a..e6bf219ba 100644 --- a/src/ariel-os-boards/microbit-v2/Cargo.toml +++ b/src/ariel-os-boards/microbit-v2/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "microbit-v2" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/microbit/Cargo.toml b/src/ariel-os-boards/microbit/Cargo.toml index 23d08a4ae..3941867f2 100644 --- a/src/ariel-os-boards/microbit/Cargo.toml +++ b/src/ariel-os-boards/microbit/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "microbit" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/nrf51/Cargo.toml b/src/ariel-os-boards/nrf51/Cargo.toml index 1d7c96f2f..7135934ce 100644 --- a/src/ariel-os-boards/nrf51/Cargo.toml +++ b/src/ariel-os-boards/nrf51/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "nrf51" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/nrf52/Cargo.toml b/src/ariel-os-boards/nrf52/Cargo.toml index 702eb7785..2a81aa852 100644 --- a/src/ariel-os-boards/nrf52/Cargo.toml +++ b/src/ariel-os-boards/nrf52/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "nrf52" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/nrf52840-mdk/Cargo.toml b/src/ariel-os-boards/nrf52840-mdk/Cargo.toml index f60924179..734898708 100644 --- a/src/ariel-os-boards/nrf52840-mdk/Cargo.toml +++ b/src/ariel-os-boards/nrf52840-mdk/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "nrf52840-mdk" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/nrf52840dk/Cargo.toml b/src/ariel-os-boards/nrf52840dk/Cargo.toml index 275266062..c5bcef6d7 100644 --- a/src/ariel-os-boards/nrf52840dk/Cargo.toml +++ b/src/ariel-os-boards/nrf52840dk/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "nrf52840dk" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/nrf52dk/Cargo.toml b/src/ariel-os-boards/nrf52dk/Cargo.toml index 4c316bbb8..c4126432c 100644 --- a/src/ariel-os-boards/nrf52dk/Cargo.toml +++ b/src/ariel-os-boards/nrf52dk/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "nrf52dk" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/nrf5340/Cargo.toml b/src/ariel-os-boards/nrf5340/Cargo.toml index dcfe8d501..abbbb9d10 100644 --- a/src/ariel-os-boards/nrf5340/Cargo.toml +++ b/src/ariel-os-boards/nrf5340/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "nrf5340" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/nrf5340dk/Cargo.toml b/src/ariel-os-boards/nrf5340dk/Cargo.toml index d0ce2c8dd..50d995479 100644 --- a/src/ariel-os-boards/nrf5340dk/Cargo.toml +++ b/src/ariel-os-boards/nrf5340dk/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "nrf5340dk" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/particle-xenon/Cargo.toml b/src/ariel-os-boards/particle-xenon/Cargo.toml index b42a456db..47ceba121 100644 --- a/src/ariel-os-boards/particle-xenon/Cargo.toml +++ b/src/ariel-os-boards/particle-xenon/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "particle-xenon" version = "0.1.0" -authors = ["Christian Amsüss "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml b/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml index 573daaf52..dd3bb98c7 100644 --- a/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml +++ b/src/ariel-os-boards/st-nucleo-f401re/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "st-nucleo-f401re" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml b/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml index 395ec5b56..1d6df29be 100644 --- a/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml +++ b/src/ariel-os-boards/st-nucleo-wb55/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "st-nucleo-wb55" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/ariel-os-chips/Cargo.toml b/src/ariel-os-chips/Cargo.toml index 4ac0d0a1b..8309aff88 100644 --- a/src/ariel-os-chips/Cargo.toml +++ b/src/ariel-os-chips/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-chips" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/ariel-os-chips/stm32f4xx/Cargo.toml b/src/ariel-os-chips/stm32f4xx/Cargo.toml index 0541f281b..63706b437 100644 --- a/src/ariel-os-chips/stm32f4xx/Cargo.toml +++ b/src/ariel-os-chips/stm32f4xx/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "stm32f4xx" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-coap/Cargo.toml b/src/ariel-os-coap/Cargo.toml index 798a8e19c..41c6bf970 100644 --- a/src/ariel-os-coap/Cargo.toml +++ b/src/ariel-os-coap/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-coap" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-debug/Cargo.toml b/src/ariel-os-debug/Cargo.toml index 5a89b6d40..87050ef2a 100644 --- a/src/ariel-os-debug/Cargo.toml +++ b/src/ariel-os-debug/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-debug" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-embassy-common/Cargo.toml b/src/ariel-os-embassy-common/Cargo.toml index 6650e5eac..6e5820d52 100644 --- a/src/ariel-os-embassy-common/Cargo.toml +++ b/src/ariel-os-embassy-common/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-embassy-common" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-esp/Cargo.toml b/src/ariel-os-esp/Cargo.toml index 3306c4e2d..962350c5a 100644 --- a/src/ariel-os-esp/Cargo.toml +++ b/src/ariel-os-esp/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-esp" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-identity/Cargo.toml b/src/ariel-os-identity/Cargo.toml index 81049b50c..7dea168d0 100644 --- a/src/ariel-os-identity/Cargo.toml +++ b/src/ariel-os-identity/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-identity" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-macros/Cargo.toml b/src/ariel-os-macros/Cargo.toml index 950ef78d8..56412f8a9 100644 --- a/src/ariel-os-macros/Cargo.toml +++ b/src/ariel-os-macros/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-macros" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-nrf/Cargo.toml b/src/ariel-os-nrf/Cargo.toml index ff59ae992..243a72fac 100644 --- a/src/ariel-os-nrf/Cargo.toml +++ b/src/ariel-os-nrf/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-nrf" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-random/Cargo.toml b/src/ariel-os-random/Cargo.toml index ae4a41039..ce300ccd8 100644 --- a/src/ariel-os-random/Cargo.toml +++ b/src/ariel-os-random/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-random" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-rp/Cargo.toml b/src/ariel-os-rp/Cargo.toml index 788ee1fcf..3b0af1a56 100644 --- a/src/ariel-os-rp/Cargo.toml +++ b/src/ariel-os-rp/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-rp" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-rt/Cargo.toml b/src/ariel-os-rt/Cargo.toml index 042054804..1b5ca3e3f 100644 --- a/src/ariel-os-rt/Cargo.toml +++ b/src/ariel-os-rt/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-rt" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/ariel-os-runqueue/Cargo.toml b/src/ariel-os-runqueue/Cargo.toml index 0d3aadc6e..6a1418c12 100644 --- a/src/ariel-os-runqueue/Cargo.toml +++ b/src/ariel-os-runqueue/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-runqueue" version = "0.1.2" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true description = "Ariel OS runqueue implementation" diff --git a/src/ariel-os-stm32/Cargo.toml b/src/ariel-os-stm32/Cargo.toml index 82e21575a..1cc672b07 100644 --- a/src/ariel-os-stm32/Cargo.toml +++ b/src/ariel-os-stm32/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-stm32" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/src/ariel-os-storage/Cargo.toml b/src/ariel-os-storage/Cargo.toml index 31950e85a..bfea741ed 100644 --- a/src/ariel-os-storage/Cargo.toml +++ b/src/ariel-os-storage/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-storage" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true description = "Ariel OS storage API" diff --git a/src/ariel-os-threads/Cargo.toml b/src/ariel-os-threads/Cargo.toml index a97453359..9b19fec63 100644 --- a/src/ariel-os-threads/Cargo.toml +++ b/src/ariel-os-threads/Cargo.toml @@ -2,10 +2,6 @@ name = "ariel-os-threads" version = "0.1.0" edition.workspace = true -authors = [ - "Kaspar Schleiser ", - "Elena Frank ", -] license.workspace = true description = "generic embedded scheduler & IPC" include = ["src/**/*", "README.md"] diff --git a/src/ariel-os-utils/Cargo.toml b/src/ariel-os-utils/Cargo.toml index afa669770..f089ea44b 100644 --- a/src/ariel-os-utils/Cargo.toml +++ b/src/ariel-os-utils/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os-utils" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true diff --git a/src/ariel-os/Cargo.toml b/src/ariel-os/Cargo.toml index 42956ec72..e7f7f681f 100644 --- a/src/ariel-os/Cargo.toml +++ b/src/ariel-os/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ariel-os" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true diff --git a/src/lib/clist/Cargo.toml b/src/lib/clist/Cargo.toml index f7684ea8c..c44ea6318 100644 --- a/src/lib/clist/Cargo.toml +++ b/src/lib/clist/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "clist" version = "0.1.1" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true homepage = "https://github.com/ariel-os/ariel-os" diff --git a/src/lib/rbi/Cargo.toml b/src/lib/rbi/Cargo.toml index e28a8dfbb..600c6ee61 100644 --- a/src/lib/rbi/Cargo.toml +++ b/src/lib/rbi/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rbi" version = "0.1.1" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true diff --git a/src/lib/ringbuffer/Cargo.toml b/src/lib/ringbuffer/Cargo.toml index 38e928b62..84ab85930 100644 --- a/src/lib/ringbuffer/Cargo.toml +++ b/src/lib/ringbuffer/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ringbuffer" version = "0.1.0" -authors = ["Kaspar Schleiser "] license.workspace = true edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tests/benchmarks/bench_sched_flags/Cargo.toml b/tests/benchmarks/bench_sched_flags/Cargo.toml index d28490bcc..bb787ddf6 100644 --- a/tests/benchmarks/bench_sched_flags/Cargo.toml +++ b/tests/benchmarks/bench_sched_flags/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "bench_sched_flags" version = "0.1.0" -authors = ["Elena Frank "] license.workspace = true edition.workspace = true publish = false diff --git a/tests/benchmarks/bench_sched_yield/Cargo.toml b/tests/benchmarks/bench_sched_yield/Cargo.toml index d3eb1d9b7..bde6522a7 100644 --- a/tests/benchmarks/bench_sched_yield/Cargo.toml +++ b/tests/benchmarks/bench_sched_yield/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "bench_sched_yield" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/tests/coap/Cargo.toml b/tests/coap/Cargo.toml index 4882580b1..dc256be34 100644 --- a/tests/coap/Cargo.toml +++ b/tests/coap/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "coap" version = "0.1.0" -authors = ["Christian Amsüss "] license.workspace = true edition.workspace = true publish = false diff --git a/tests/gpio-interrupt-nrf/Cargo.toml b/tests/gpio-interrupt-nrf/Cargo.toml index cad082919..773a20946 100644 --- a/tests/gpio-interrupt-nrf/Cargo.toml +++ b/tests/gpio-interrupt-nrf/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "gpio-interrupt-nrf" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/tests/gpio-interrupt-stm32/Cargo.toml b/tests/gpio-interrupt-stm32/Cargo.toml index e091fecb4..bd573f6ad 100644 --- a/tests/gpio-interrupt-stm32/Cargo.toml +++ b/tests/gpio-interrupt-stm32/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "gpio-interrupt-stm32" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/tests/gpio/Cargo.toml b/tests/gpio/Cargo.toml index cbe25bc6b..14efa3c52 100644 --- a/tests/gpio/Cargo.toml +++ b/tests/gpio/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tests_gpio" version = "0.1.0" -authors.workspace = true license.workspace = true edition.workspace = true publish = false diff --git a/tests/i2c-controller/Cargo.toml b/tests/i2c-controller/Cargo.toml index bd5307153..50544adec 100644 --- a/tests/i2c-controller/Cargo.toml +++ b/tests/i2c-controller/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "i2c-controller" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/tests/spi-loopback/Cargo.toml b/tests/spi-loopback/Cargo.toml index ee0d6994a..4e91d24b6 100644 --- a/tests/spi-loopback/Cargo.toml +++ b/tests/spi-loopback/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "spi-loopback" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/tests/spi-main/Cargo.toml b/tests/spi-main/Cargo.toml index 611229599..35008abe5 100644 --- a/tests/spi-main/Cargo.toml +++ b/tests/spi-main/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "spi-main" version.workspace = true -authors.workspace = true license.workspace = true edition.workspace = true repository.workspace = true diff --git a/tests/threading-dynamic-prios/Cargo.toml b/tests/threading-dynamic-prios/Cargo.toml index 5eeb4f56c..64654db61 100644 --- a/tests/threading-dynamic-prios/Cargo.toml +++ b/tests/threading-dynamic-prios/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "threading-dynamic-prios" version = "0.1.0" -authors = ["Elena Frank "] edition.workspace = true license.workspace = true publish = false diff --git a/tests/threading-lock/Cargo.toml b/tests/threading-lock/Cargo.toml index 16191f49f..67b39dbc9 100644 --- a/tests/threading-lock/Cargo.toml +++ b/tests/threading-lock/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "threading-lock" version = "0.1.0" -authors = ["Elena Frank "] edition.workspace = true license.workspace = true publish = false