diff options
| -rw-r--r-- | Cargo.lock | 16 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 9 insertions, 9 deletions
| @@ -219,6 +219,14 @@ dependencies = [  ]  [[package]] +name = "fortune-pit" +version = "0.1.0" +dependencies = [ + "anyhow", + "async-std", +] + +[[package]]  name = "futures-channel"  version = "0.3.17"  source = "registry+https://github.com/rust-lang/crates.io-index" @@ -424,14 +432,6 @@ dependencies = [  ]  [[package]] -name = "tarpit" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-std", -] - -[[package]]  name = "unicode-xid"  version = "0.2.2"  source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1,5 +1,5 @@  [package] -name = "tarpit" +name = "fortune-pit"  version = "0.1.0"  edition = "2018" |