projects
/
recipes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove generated file 'frontend.js'
[recipes.git]
/
common
/
Cargo.toml
1
[package]
2
name = "common"
3
version = "0.1.0"
4
authors = ["Grégory Burri <greg.burri@gmail.com>"]
5
edition = "2021"
6
7
[dependencies]
8
regex = "1"
9
lazy_static = "1"
10
11
ron = "0.8"
12
serde = {version = "1.0", features = ["derive"]}