diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ [package] -name = "user-sw" +name = "rv64i-linux-user-no-std" version = "0.1.0" authors = ["Johannes Stoelp"] edition = "2021" -license = "<TODO>" +license = "MIT" [dependencies] |