aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e455a3c74fa4e5984e0d81b2192805e809881b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rs"
version = "0.1.0"
authors = ["Aqua-sama <aqua@iserlohn-fortress.net>"]
license = "BSD-2-Clause"
edition = "2018"

# See more keys and their definitions at
# https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2"
rustyline = "6.3.0"