aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2022-11-05 22:30:56 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2022-11-05 22:30:56 +0100
commitef2d3033c76a80e137173321b3bbd5fb09b4a3be (patch)
tree76028aa5467b988f1d9a1ce745bd2b405ec07fdc /Cargo.toml
parent1128766f9133c3c3cfc2a1c9e58c21ece509ea5b (diff)
downloadrv64i-linux-user-no-std-ef2d3033c76a80e137173321b3bbd5fb09b4a3be.tar.gz
rv64i-linux-user-no-std-ef2d3033c76a80e137173321b3bbd5fb09b4a3be.zip
add README and LICENSE
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7e203e..d4b0017 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]