11 lines
230 B
TOML
11 lines
230 B
TOML
[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]
|