add string split method

This commit is contained in:
Ava Hahn 2023-03-08 19:42:08 -08:00
parent 7438b2c9e5
commit 6961fcc9fa
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
4 changed files with 90 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "relish"
version = "0.1.0"
authors = ["Aidan <aidan@aidanis.online>"]
authors = ["Ava <ava@sunnypup.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -9,4 +9,3 @@ edition = "2018"
[dependencies]
dirs = "3.0"
rustyline = "8.2.0"
once_cell = "1.17.1"