Add start of nixie-server
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
8005aeccd9
commit
373541c5ef
3 changed files with 13 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[workspace]
|
||||
|
||||
members = ["nix-json", "nixie-build", "nixie-cli"]
|
||||
members = ["nix-json", "nixie-build", "nixie-cli", "nixie-server"]
|
||||
|
||||
resolver = "3"
|
||||
|
||||
|
|
|
|||
9
nixie-server/Cargo.toml
Normal file
9
nixie-server/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "nixie-server"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
readme.workspace = true
|
||||
|
||||
[dependencies]
|
||||
3
nixie-server/src/main.rs
Normal file
3
nixie-server/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue