1# This file is generated by cargo2rulesmk.py --run. 2# Do not modify this file as changes will be overridden on upgrade. 3 4LOCAL_DIR := $(GET_LOCAL_DIR) 5MODULE := $(LOCAL_DIR) 6MODULE_CRATE_NAME := unicode_ident 7MODULE_SRCS := \ 8 $(LOCAL_DIR)/src/lib.rs \ 9 10MODULE_RUST_EDITION := 2018 11include make/library.mk 12