Cargo.toml should probably have the licence in and inclusion in the root. I think you want this in Cargo.toml: `license = "GPL-2.0-only"` Perhaps the AUTHORS file from busybox as well. Great work!
Cargo.toml should probably have the licence in and inclusion in the root.
I think you want this in Cargo.toml:
license = "GPL-2.0-only"Perhaps the AUTHORS file from busybox as well.
Great work!