diff options
| author | Fuwn <[email protected]> | 2022-01-04 15:12:09 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 15:12:09 -0800 |
| commit | 228480535a7d1add23a68e6109cec72512f348f8 (patch) | |
| tree | f793df802ae5dac891dc85e4cbea38eee20d5910 /crates/windows-kernel-rs | |
| parent | chore(crates): remove unused `rust-toolchain` files (diff) | |
| download | driver-228480535a7d1add23a68e6109cec72512f348f8.tar.xz driver-228480535a7d1add23a68e6109cec72512f348f8.zip | |
chore(crates): add license identifier
Diffstat (limited to 'crates/windows-kernel-rs')
| -rw-r--r-- | crates/windows-kernel-rs/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/windows-kernel-rs/Cargo.toml b/crates/windows-kernel-rs/Cargo.toml index 6c8b218..da7b5e9 100644 --- a/crates/windows-kernel-rs/Cargo.toml +++ b/crates/windows-kernel-rs/Cargo.toml @@ -2,6 +2,7 @@ name = "windows-kernel-rs" version = "0.1.0" edition = "2018" +license = "MIT" [[example]] name = "creating_devices" |