initial commit
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 6m0s
All checks were successful
Publish Docker Images / coverage-and-sonar (push) Successful in 6m0s
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "jj-cz"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
publish = false
|
||||
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
|
||||
license = "MIT OR GPL-3.0-or-later"
|
||||
homepage = "https://labs.phundrak.com/phundrak/jj-cz"
|
||||
repository = "https://labs.phundrak.com/phundrak/jj-cz"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
path = "src/main.rs"
|
||||
name = "jj-cz"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
|
||||
Reference in New Issue
Block a user