feat(tvix): set up cargo rust project
First steps for baba Change-Id: Id6a68c5630cb85f280f4dcc7b2acf10c02454fd6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4732 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
9f0671edc9
commit
7c92b07efd
9 changed files with 56 additions and 0 deletions
3
tvix/src/bin/nix-store.rs
Normal file
3
tvix/src/bin/nix-store.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main () {
|
||||
println!("hello, nix");
|
||||
}
|
||||
3
tvix/src/main.rs
Normal file
3
tvix/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, tvix!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue