You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "sup"
|
|
version = "0.1.0"
|
|
authors = ["rascul <rascul3@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
rag = { git = "https://gitlab.com/rascul/rag" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
toml = "0.5"
|