diff options
author | Irene Knapp <ireneista@irenes.space> | 2024-01-08 12:53:38 -0800 |
---|---|---|
committer | Irene Knapp <ireneista@irenes.space> | 2024-01-08 12:53:54 -0800 |
commit | 3086d361665aedf840f76ded2f46c6ff5204f776 (patch) | |
tree | 891a35668444d2105205d9b05852a5b6e50a04c4 | |
parent | 93f935c38c7ed6108eea556cacb69a097f6bcf4b (diff) |
cold commit, rename it
-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" |