summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: facee8c8b83524c41a3f906abf63b526f4e4e366 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "nbsh"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.45"
async-std = "1.10.0"
futures = "0.3.17"