niri/Cargo.toml
Ivan Molodetskikh b8e79e9cc8 Add LICENSE
smallvil, the base of this project, is licensed under MIT. catacomb
where I'm copypasting from is licensed under GPLv3.
2023-08-10 14:50:51 +04:00

19 lines
361 B
TOML

[package]
name = "niri"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
bitflags = "2.2.1"
[dependencies.smithay]
git = "https://github.com/Smithay/smithay"
default-features = false
features = [
"backend_winit",
"wayland_frontend",
"desktop",
]