prepare to publish el libro de arena

This commit is contained in:
Aleksey Kladov 2021-01-14 18:47:42 +03:00
parent aeacaeed4e
commit 4c4e54ac8a
33 changed files with 49 additions and 42 deletions

View file

@ -7,7 +7,7 @@
use std::{convert::TryFrom, env, ops, path::PathBuf, process::Command};
use anyhow::{format_err, Result};
use arena::{Arena, Idx};
use la_arena::{Arena, Idx};
use paths::{AbsPath, AbsPathBuf};
use crate::utf8_stdout;