Hello, Rust
This commit is contained in:
1
rust/.gitignore
vendored
Normal file
1
rust/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/target
|
||||||
7
rust/Cargo.lock
generated
Normal file
7
rust/Cargo.lock
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "ente-rs"
|
||||||
|
version = "0.0.1"
|
||||||
10
rust/Cargo.toml
Normal file
10
rust/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[package]
|
||||||
|
name = "ente-rs"
|
||||||
|
version = "0.0.1"
|
||||||
|
edition = "2024"
|
||||||
|
description = "Rust bindings and CLI for ente.io"
|
||||||
|
homepage = "https://ente.io"
|
||||||
|
repository = "https://github.com/ente-io/ente"
|
||||||
|
license = "AGPL-3.0-only"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
3
rust/src/main.rs
Normal file
3
rust/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fn main() {
|
||||||
|
println!("Ente!");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user