diff options
author | Vincent Ambo <mail@tazj.in> | 2022-07-26T20·19+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-07-27T21·54+0000 |
commit | 7bfc859bfce91d8a33b829e439141269ea6647d4 (patch) | |
tree | f7997a83bc2c4836df3858b906a410caad479079 /users/tazjin/predlozhnik/Cargo.toml | |
parent | 282ad0015b85df11a686d4fe3f8da9975210206b (diff) |
feat(tazjin/predlozhnik): check in initial list of предлоги r/4323
Change-Id: I3bc4f46964e50c8748306e579126be0192a89284 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5978 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/predlozhnik/Cargo.toml')
-rw-r--r-- | users/tazjin/predlozhnik/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/tazjin/predlozhnik/Cargo.toml b/users/tazjin/predlozhnik/Cargo.toml new file mode 100644 index 000000000000..316ed717ebba --- /dev/null +++ b/users/tazjin/predlozhnik/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "predlozhnik" +version = "0.1.0" +edition = "2021" + +[dependencies] +maplit = "1.0" +lazy_static = "1.4" |