From c4aba40d5fd3ac660a0c1be2feaa3f897f1042ae Mon Sep 17 00:00:00 2001 From: Luoyuan Xiao Date: Fri, 31 May 2024 09:11:31 +0800 Subject: [PATCH] Create README.json to fit kern-crates/.github --- README.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.json diff --git a/README.json b/README.json new file mode 100644 index 0000000..63e9afc --- /dev/null +++ b/README.json @@ -0,0 +1,11 @@ +{ + "name": "e1000-driver", + "description": "E1000 driver in Rust for the Intel 82540EP/EM Gigabit Ethernet.", + "authors": [{ + "name": "Luoyuan Xiao", + "email": "xiaoluoyuan@163.com" + }], + "keywords": ["ethernet", "e1000", "linux", "driver"], + "repo": "elliott10/e1000-driver", + "doc_url": "https://github.com/elliott10/e1000-driver/blob/dev/README.md" +}