mirror of
https://gitlab.com/fabinfra/fabaccess/sute.git
synced 2025-03-12 06:31:53 +01:00
Updates
This commit is contained in:
parent
0935bbcb1d
commit
37e9b45338
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
33
Cargo.toml
Normal file
33
Cargo.toml
Normal 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
build.rs
Normal file
5
build.rs
Normal 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();
|
||||
}
|
2
schema
2
schema
@ -1 +1 @@
|
||||
Subproject commit 3392b9ac25eba7225212a1220c2d2e9e2bb3ebd9
|
||||
Subproject commit 2b242d4f5c9ee9a608e57b4d4694eeabe9c6ee47
|
Loading…
x
Reference in New Issue
Block a user