mirror of
https://gitlab.com/fabinfra/fabaccess/sute.git
synced 2026-06-16 19:28:56 +02:00
Updates
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/target
|
||||
+33
@@ -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"
|
||||
@@ -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
Reference in New Issue
Block a user