diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 210d96e..a366077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ -[package] -name = "shell" +[lib] +name = "line-input" version = "0.1.0" authors = ["Irene Knapp <ireneista@gmail.com>"] edition = "2018" |