This commit is contained in:
Gregor Reitzenstein
2020-10-29 13:14:39 +01:00
parent 0935bbcb1d
commit 37e9b45338
4 changed files with 40 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
/target
+33
View File
@@ -0,0 +1,33 @@
[package]
name = "sute"
version = "0.1.0"
authors = ["Gregor Reitzenstein <me@dequbed.space>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = { version = "0.3", features = ["thread-pool"] }
futures-util = "0.3"
futures-signals = "0.3"
capnp = "0.13"
capnp-rpc = "0.13"
capnp-futures = "0.13"
uuid = "0.8"
tui = "0.11"
termion = "1.5"
clap = "2.33"
smol = "1.2"
signal-hook = "0.1"
libc = "0.2"
rsasl = "0.1"
[build-dependencies]
capnpc = "0.13"
+5
View File
@@ -0,0 +1,5 @@
fn main() {
::capnpc::CompilerCommand::new().file("schema/connection.capnp").run().unwrap();
::capnpc::CompilerCommand::new().file("schema/api.capnp").run().unwrap();
::capnpc::CompilerCommand::new().file("schema/auth.capnp").run().unwrap();
}
+1 -1
Submodule schema updated: 3392b9ac25...2b242d4f5c