10 lines
No EOL
176 B
TOML
10 lines
No EOL
176 B
TOML
[package]
|
|
group = "nl.sander"
|
|
name = "sample_project"
|
|
version = "0.1-SNAPSHOT"
|
|
|
|
[dependencies]
|
|
|
|
[test-dependencies]
|
|
"junit:junit" = "4.8.2"
|
|
"org.mockito:mockito-core" = "1.9.5" |