odradev / odra

Odra framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify dependencies in templates

zie1ony opened this issue · comments

Currently Cargo.toml generated via cargo-odra has dependencies like this:

odra = { version = "0.9.1", features = [], default-features = false }

This would be sufficient:

odra = "0.9.1"