summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdf456f..6bcf779 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "rustyl"
+name = "rustl"
version = "0.1.0"
authors = ["Yuval Adam <_@yuv.al>"]
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7ce21e7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# RusTL
+
+A pure Rust implementation of the RTL-SDR driver.